Home
last modified time | relevance | path

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

/include/linux/
Dnetfilter.h51 int (*okfn)(struct sk_buff *));
123 int (*okfn)(struct sk_buff *), int thresh);
136 int (*okfn)(struct sk_buff *), int thresh) in nf_hook_thresh()
139 return nf_hook_slow(pf, hook, skb, indev, outdev, okfn, thresh); in nf_hook_thresh()
145 int (*okfn)(struct sk_buff *)) in nf_hook()
147 return nf_hook_thresh(pf, hook, skb, indev, outdev, okfn, INT_MIN); in nf_hook()
170 int (*okfn)(struct sk_buff *), int thresh) in NF_HOOK_THRESH()
172 int ret = nf_hook_thresh(pf, hook, skb, in, out, okfn, thresh); in NF_HOOK_THRESH()
174 ret = okfn(skb); in NF_HOOK_THRESH()
181 int (*okfn)(struct sk_buff *), bool cond) in NF_HOOK_COND()
[all …]
/include/net/netfilter/
Dnf_queue.h20 int (*okfn)(struct sk_buff *); member