Searched refs:okfn (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/include/linux/ |
D | netfilter.h | 59 int (*okfn)(struct net *, struct sock *, struct sk_buff *); member 70 int (*okfn)(struct net *, struct sock *, struct sk_buff *)) in nf_hook_state_init() 80 p->okfn = okfn; in nf_hook_state_init() 177 int (*okfn)(struct net *, struct sock *, struct sk_buff *), in nf_hook_thresh() 186 pf, indev, outdev, sk, net, okfn); in nf_hook_thresh() 195 int (*okfn)(struct net *, struct sock *, struct sk_buff *)) in nf_hook() 197 return nf_hook_thresh(pf, hook, net, sk, skb, indev, outdev, okfn, INT_MIN); in nf_hook() 221 int (*okfn)(struct net *, struct sock *, struct sk_buff *), in NF_HOOK_THRESH() 224 int ret = nf_hook_thresh(pf, hook, net, sk, skb, in, out, okfn, thresh); in NF_HOOK_THRESH() 226 ret = okfn(net, sk, skb); in NF_HOOK_THRESH() [all …]
|
/linux-4.4.14/net/ipv6/netfilter/ |
D | nf_defrag_ipv6_hooks.c | 80 state->okfn, NF_IP6_PRI_CONNTRACK_DEFRAG + 1); in ipv6_defrag()
|
/linux-4.4.14/net/netfilter/ |
D | nf_queue.c | 198 entry->state.okfn(entry->state.net, entry->state.sk, skb); in nf_reinject()
|