Searched defs:sk_buff (Results 1 – 3 of 3) sorted by relevance
/include/linux/ |
D | skbuff.h | 685 struct sk_buff { struct 689 struct sk_buff *next; argument 725 void (*destructor)(struct sk_buff *skb); argument 749 #define CLONED_OFFSET() offsetof(struct sk_buff, __cloned_offset) argument 774 #define PKT_TYPE_OFFSET() offsetof(struct sk_buff, __pkt_type_offset) argument 798 #define PKT_VLAN_PRESENT_OFFSET() offsetof(struct sk_buff, __pkt_vlan_present_offset) argument 799 __u8 __pkt_vlan_present_offset[0]; 800 __u8 vlan_present:1; 801 __u8 csum_complete_sw:1; 802 __u8 csum_level:2; [all …]
|
D | netfilter.h | 145 int (*okfn)(struct net *, struct sock *, struct sk_buff *)) in nf_hook_state_init() 210 struct sock *sk, struct sk_buff *skb, in nf_hook() 287 int (*okfn)(struct net *, struct sock *, struct sk_buff *), in NF_HOOK_COND() 299 NF_HOOK(uint8_t pf, unsigned int hook, struct net *net, struct sock *sk, struct sk_buff *skb, in NF_HOOK() 312 int (*okfn)(struct net *, struct sock *, struct sk_buff *)) in NF_HOOK_LIST() 389 int (*okfn)(struct net *, struct sock *, struct sk_buff *), in NF_HOOK_COND() 397 struct sk_buff *skb, struct net_device *in, struct net_device *out, in NF_HOOK() 406 int (*okfn)(struct net *, struct sock *, struct sk_buff *)) in NF_HOOK_LIST() 412 struct sock *sk, struct sk_buff *skb, in nf_hook()
|
D | netfilter_ipv6.h | 144 struct sk_buff *skb, in nf_br_ip6_fragment()
|