Home
last modified time | relevance | path

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

/include/linux/
Dskbuff.h388 struct sk_buff { struct
390 struct sk_buff *next; argument
391 struct sk_buff *prev; argument
393 ktime_t tstamp;
395 struct sock *sk;
396 struct net_device *dev;
404 char cb[48] __aligned(8);
406 unsigned long _skb_refdst;
408 struct sec_path *sp;
410 unsigned int len,
[all …]
Dnetfilter.h198 int (*okfn)(struct sk_buff *), int thresh) in nf_hook_thresh()
207 int (*okfn)(struct sk_buff *)) in nf_hook()
232 int (*okfn)(struct sk_buff *), int thresh) in NF_HOOK_THRESH()
243 int (*okfn)(struct sk_buff *), bool cond) in NF_HOOK_COND()
256 int (*okfn)(struct sk_buff *)) in NF_HOOK()
371 int (*okfn)(struct sk_buff *), int thresh) in nf_hook_thresh()
377 int (*okfn)(struct sk_buff *)) in nf_hook()