Home
last modified time | relevance | path

Searched defs:sk_buff (Results 1 – 3 of 3) sorted by relevance

/include/linux/
Dskbuff.h693 struct sk_buff { struct
697 struct sk_buff *next; argument
733 void (*destructor)(struct sk_buff *skb); argument
757 #define CLONED_OFFSET() offsetof(struct sk_buff, __cloned_offset) argument
782 #define PKT_TYPE_OFFSET() offsetof(struct sk_buff, __pkt_type_offset) argument
806 #define PKT_VLAN_PRESENT_OFFSET() offsetof(struct sk_buff, __pkt_vlan_present_offset) argument
807 __u8 __pkt_vlan_present_offset[0];
808 __u8 vlan_present:1;
809 __u8 csum_complete_sw:1;
810 __u8 csum_level:2;
[all …]
Dnetfilter.h145 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()
282 int (*okfn)(struct net *, struct sock *, struct sk_buff *), in NF_HOOK_COND()
294 NF_HOOK(uint8_t pf, unsigned int hook, struct net *net, struct sock *sk, struct sk_buff *skb, in NF_HOOK()
307 int (*okfn)(struct net *, struct sock *, struct sk_buff *)) in NF_HOOK_LIST()
384 int (*okfn)(struct net *, struct sock *, struct sk_buff *), in NF_HOOK_COND()
392 struct sk_buff *skb, struct net_device *in, struct net_device *out, in NF_HOOK()
401 int (*okfn)(struct net *, struct sock *, struct sk_buff *)) in NF_HOOK_LIST()
407 struct sock *sk, struct sk_buff *skb, in nf_hook()
Dnetfilter_ipv6.h126 struct sk_buff *skb, in nf_br_ip6_fragment()