Lines Matching defs:pf
116 u_int8_t pf; member
125 u_int8_t pf; member
168 static inline bool nf_hooks_active(u_int8_t pf, unsigned int hook) in nf_hooks_active()
177 static inline bool nf_hooks_active(u_int8_t pf, unsigned int hook) in nf_hooks_active()
194 static inline int nf_hook_thresh(u_int8_t pf, unsigned int hook, in nf_hook_thresh()
205 static inline int nf_hook(u_int8_t pf, unsigned int hook, struct sk_buff *skb, in nf_hook()
230 NF_HOOK_THRESH(uint8_t pf, unsigned int hook, struct sk_buff *skb, in NF_HOOK_THRESH()
241 NF_HOOK_COND(uint8_t pf, unsigned int hook, struct sk_buff *skb, in NF_HOOK_COND()
254 NF_HOOK(uint8_t pf, unsigned int hook, struct sk_buff *skb, in NF_HOOK()
365 #define NF_HOOK(pf, hook, skb, indev, outdev, okfn) (okfn)(skb) argument
366 #define NF_HOOK_COND(pf, hook, skb, indev, outdev, okfn, cond) (okfn)(skb) argument
367 static inline int nf_hook_thresh(u_int8_t pf, unsigned int hook, in nf_hook_thresh()
375 static inline int nf_hook(u_int8_t pf, unsigned int hook, struct sk_buff *skb, in nf_hook()