D | netfilter.h | 64 struct net_device *outdev, in nf_hook_state_init() argument 72 p->out = outdev; in nf_hook_state_init() 162 struct net_device *outdev, in nf_hook_thresh() argument 170 indev, outdev, sk, okfn); in nf_hook_thresh() 178 struct net_device *outdev, in nf_hook() argument 181 return nf_hook_thresh(pf, hook, sk, skb, indev, outdev, okfn, INT_MIN); in nf_hook() 331 #define NF_HOOK(pf, hook, sk, skb, indev, outdev, okfn) (okfn)(sk, skb) argument 332 #define NF_HOOK_COND(pf, hook, sk, skb, indev, outdev, okfn, cond) (okfn)(sk, skb) argument 337 struct net_device *outdev, in nf_hook_thresh() argument 344 struct net_device *outdev, in nf_hook() argument
|