Lines Matching defs:sk_buff
665 struct sk_buff { struct
669 struct sk_buff *next; argument
705 void (*destructor)(struct sk_buff *skb); argument
711 struct sec_path *sp;
735 #define CLONED_OFFSET() offsetof(struct sk_buff, __cloned_offset) argument
759 #define PKT_TYPE_OFFSET() offsetof(struct sk_buff, __pkt_type_offset) argument
761 __u8 __pkt_type_offset[0];
762 __u8 pkt_type:3;
763 __u8 ignore_df:1;
764 __u8 nf_trace:1;
765 __u8 ip_summed:2;
766 __u8 ooo_okay:1;
768 __u8 l4_hash:1;
769 __u8 sw_hash:1;
770 __u8 wifi_acked_valid:1;
771 __u8 wifi_acked:1;
772 __u8 no_fcs:1;
774 __u8 encapsulation:1;
775 __u8 encap_hdr_csum:1;
776 __u8 csum_valid:1;
778 __u8 csum_complete_sw:1;
779 __u8 csum_level:2;
780 __u8 csum_not_inet:1;
781 __u8 dst_pending_confirm:1;
783 __u8 ndisc_nodetype:2;
785 __u8 ipvs_property:1;
787 __u8 inner_protocol_type:1;
788 __u8 remcsum_offload:1;
790 __u8 offload_fwd_mark:1;
791 __u8 offload_mr_fwd_mark:1;
794 __u8 tc_skip_classify:1;
795 __u8 tc_at_ingress:1;
796 __u8 tc_redirected:1;
797 __u8 tc_from_ingress:1;
800 __u8 decrypted:1;
804 __u16 tc_index; /* traffic control index */
807 union {
814 __u32 priority;
815 int skb_iif;
816 __u32 hash;
817 __be16 vlan_proto;
818 __u16 vlan_tci;
820 union {
826 __u32 secmark;
829 union {
853 sk_buff_data_t tail; argument
854 sk_buff_data_t end; argument
871 static inline bool skb_pfmemalloc(const struct sk_buff *skb) in skb_pfmemalloc() argument