Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dnetfilter.h158 static inline int nf_hook_thresh(u_int8_t pf, unsigned int hook, in nf_hook_thresh() function
181 return nf_hook_thresh(pf, hook, sk, skb, indev, outdev, okfn, INT_MIN); in nf_hook()
207 int ret = nf_hook_thresh(pf, hook, sk, skb, in, out, okfn, thresh); in NF_HOOK_THRESH()
221 ((ret = nf_hook_thresh(pf, hook, sk, skb, in, out, okfn, INT_MIN)) == 1)) in NF_HOOK_COND()
333 static inline int nf_hook_thresh(u_int8_t pf, unsigned int hook, in nf_hook_thresh() function