Searched defs:sk_buff (Results 1 – 2 of 2) sorted by relevance
| /include/linux/ |
| D | skbuff.h | 633 struct sk_buff { struct 637 struct sk_buff *next; argument 659 void (*destructor)(struct sk_buff *skb); argument 661 struct sec_path *sp; 686 #define CLONED_OFFSET() offsetof(struct sk_buff, __cloned_offset) argument 711 #define PKT_TYPE_OFFSET() offsetof(struct sk_buff, __pkt_type_offset) argument 713 __u8 __pkt_type_offset[0]; 714 __u8 pkt_type:3; 715 __u8 pfmemalloc:1; 716 __u8 ignore_df:1; [all …]
|
| D | netfilter.h | 92 int (*okfn)(struct net *, struct sock *, struct sk_buff *)) in nf_hook_state_init() 170 int (*okfn)(struct net *, struct sock *, struct sk_buff *), in nf_hook_thresh() 199 struct sock *sk, struct sk_buff *skb, in nf_hook() 227 int (*okfn)(struct net *, struct sock *, struct sk_buff *), in NF_HOOK_THRESH() 239 int (*okfn)(struct net *, struct sock *, struct sk_buff *), in NF_HOOK_COND() 251 NF_HOOK(uint8_t pf, unsigned int hook, struct net *net, struct sock *sk, struct sk_buff *skb, in NF_HOOK() 358 int (*okfn)(struct net *, struct sock *, struct sk_buff *), in NF_HOOK_COND() 366 struct sk_buff *skb, struct net_device *in, struct net_device *out, in NF_HOOK() 373 struct sock *sk, struct sk_buff *skb, in nf_hook()
|