• Home
  • Raw
  • Download

Lines Matching refs:pf

81 	u8 pf;  member
103 u8 pf; member
160 u_int8_t pf, in nf_hook_state_init() argument
168 p->pf = pf; in nf_hook_state_init()
181 u_int8_t pf; member
226 static inline int nf_hook(u_int8_t pf, unsigned int hook, struct net *net, in nf_hook() argument
235 if (__builtin_constant_p(pf) && in nf_hook()
237 !static_key_false(&nf_hooks_needed[pf][hook])) in nf_hook()
242 switch (pf) { in nf_hook()
269 nf_hook_state_init(&state, hook, pf, indev, outdev, in nf_hook()
297 NF_HOOK_COND(uint8_t pf, unsigned int hook, struct net *net, struct sock *sk, in NF_HOOK_COND() argument
305 ((ret = nf_hook(pf, hook, net, sk, skb, in, out, okfn)) == 1)) in NF_HOOK_COND()
311 NF_HOOK(uint8_t pf, unsigned int hook, struct net *net, struct sock *sk, struct sk_buff *skb, in NF_HOOK() argument
315 int ret = nf_hook(pf, hook, net, sk, skb, in, out, okfn); in NF_HOOK()
322 NF_HOOK_LIST(uint8_t pf, unsigned int hook, struct net *net, struct sock *sk, in NF_HOOK_LIST() argument
329 if (__builtin_constant_p(pf) && in NF_HOOK_LIST()
331 !static_key_false(&nf_hooks_needed[pf][hook])) in NF_HOOK_LIST()
336 switch (pf) { in NF_HOOK_LIST()
351 nf_hook_state_init(&state, hook, pf, in, out, sk, net, okfn); in NF_HOOK_LIST()
359 int nf_setsockopt(struct sock *sk, u_int8_t pf, int optval, sockptr_t opt,
361 int nf_getsockopt(struct sock *sk, u_int8_t pf, int optval, char __user *opt,
410 NF_HOOK_COND(uint8_t pf, unsigned int hook, struct net *net, struct sock *sk, in NF_HOOK_COND() argument
419 NF_HOOK(uint8_t pf, unsigned int hook, struct net *net, struct sock *sk, in NF_HOOK() argument
427 NF_HOOK_LIST(uint8_t pf, unsigned int hook, struct net *net, struct sock *sk, in NF_HOOK_LIST() argument
434 static inline int nf_hook(u_int8_t pf, unsigned int hook, struct net *net, in nf_hook() argument