Home
last modified time | relevance | path

Searched refs:okfn (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/include/linux/
Dnetfilter.h57 int (*okfn)(struct sock *, struct sk_buff *); member
66 int (*okfn)(struct sock *, struct sk_buff *)) in nf_hook_state_init()
74 p->okfn = okfn; in nf_hook_state_init()
163 int (*okfn)(struct sock *, struct sk_buff *), in nf_hook_thresh()
170 indev, outdev, sk, okfn); in nf_hook_thresh()
179 int (*okfn)(struct sock *, struct sk_buff *)) in nf_hook()
181 return nf_hook_thresh(pf, hook, sk, skb, indev, outdev, okfn, INT_MIN); in nf_hook()
205 int (*okfn)(struct sock *, struct sk_buff *), int thresh) in NF_HOOK_THRESH()
207 int ret = nf_hook_thresh(pf, hook, sk, skb, in, out, okfn, thresh); in NF_HOOK_THRESH()
209 ret = okfn(sk, skb); in NF_HOOK_THRESH()
[all …]
/linux-4.1.27/net/ipv6/netfilter/
Dnf_defrag_ipv6_hooks.c80 state->okfn, NF_IP6_PRI_CONNTRACK_DEFRAG + 1); in ipv6_defrag()
/linux-4.1.27/net/netfilter/
Dnf_queue.c224 entry->state.okfn(entry->state.sk, skb); in nf_reinject()