Lines Matching defs:sk_buff
842 struct sk_buff { struct
846 struct sk_buff *next; argument
883 void (*destructor)(struct sk_buff *skb); argument
910 #define CLONED_OFFSET offsetof(struct sk_buff, __cloned_offset) argument
913 __u8 __cloned_offset[0];
915 __u8 cloned:1,
916 nohdr:1,
917 fclone:2,
918 peeked:1,
919 head_frag:1,
920 pfmemalloc:1,
921 pp_recycle:1; /* page_pool recycle indicator */
923 __u8 active_extensions;
1052 sk_buff_data_t tail; argument
1053 sk_buff_data_t end; argument
1071 #define PKT_TYPE_OFFSET offsetof(struct sk_buff, __pkt_type_offset) argument