Re: Struct sk_buff_head

2017-06-16 Thread Kamil Konieczny
Hi, On 06/07/2017 09:36 PM, wiktoria.lewicka wrote: > I read code from file include/linux/skbuff.h and I have question about > sk_buff_head structure. > [...] > Is this union replace sk_buff_head structure? > I didn`t found any field in sk_buff, which may use sk_buff_head, [...] As I can see

Struct sk_buff_head

2017-06-07 Thread wiktoria.lewicka
Hello! I read code from file include/linux/skbuff.h and I have question about sk_buff_head structure. This structure is pointing to next and prev sk_buff structure on list. But I found the same pointers in first field structure sk_buff- it is union, which has pointers to next and prev sk_buff