Lines Matching defs:sk_buff
875 struct sk_buff { struct
879 struct sk_buff *next; argument
913 void (*destructor)(struct sk_buff *skb); argument
940 #define CLONED_OFFSET offsetof(struct sk_buff, __cloned_offset) argument
943 __u8 __cloned_offset[0];
945 __u8 cloned:1,
946 nohdr:1,
947 fclone:2,
948 peeked:1,
949 head_frag:1,
950 pfmemalloc:1,
951 pp_recycle:1; /* page_pool recycle indicator */
953 __u8 active_extensions;
1082 sk_buff_data_t tail; argument
1083 sk_buff_data_t end; argument
1101 #define PKT_TYPE_OFFSET offsetof(struct sk_buff, __pkt_type_offset) argument