Lines Matching defs:sk_buff
843 struct sk_buff { struct
847 struct sk_buff *next; argument
884 void (*destructor)(struct sk_buff *skb); argument
911 #define CLONED_OFFSET offsetof(struct sk_buff, __cloned_offset) argument
914 __u8 __cloned_offset[0];
916 __u8 cloned:1,
917 nohdr:1,
918 fclone:2,
919 peeked:1,
920 head_frag:1,
921 pfmemalloc:1,
922 pp_recycle:1; /* page_pool recycle indicator */
924 __u8 active_extensions;
1041 sk_buff_data_t tail; argument
1042 sk_buff_data_t end; argument
1060 #define PKT_TYPE_OFFSET offsetof(struct sk_buff, __pkt_type_offset) argument