Searched refs:nf_hook_thresh (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/include/linux/ |
D | netfilter.h | 171 static inline int nf_hook_thresh(u_int8_t pf, unsigned int hook, in nf_hook_thresh() function 197 return nf_hook_thresh(pf, hook, net, sk, skb, indev, outdev, okfn, INT_MIN); in nf_hook() 224 int ret = nf_hook_thresh(pf, hook, net, sk, skb, in, out, okfn, thresh); in NF_HOOK_THRESH() 239 ((ret = nf_hook_thresh(pf, hook, net, sk, skb, in, out, okfn, INT_MIN)) == 1)) in NF_HOOK_COND()
|