Home
last modified time | relevance | path

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

/include/linux/
Dnetfilter.h153 int (*okfn)(struct sk_buff *), int thresh);
166 int (*okfn)(struct sk_buff *), int thresh, in nf_hook_thresh() argument
175 return nf_hook_slow(pf, hook, skb, indev, outdev, okfn, thresh); in nf_hook_thresh()
207 #define NF_HOOK_THRESH(pf, hook, skb, indev, outdev, okfn, thresh) \ argument
209 if ((__ret=nf_hook_thresh(pf, hook, (skb), indev, outdev, okfn, thresh, 1)) == 1)\
330 int (*okfn)(struct sk_buff *), int thresh, in nf_hook_thresh() argument
Digmp.h211 #define IGMPV3_EXP(thresh, nbmant, nbexp, value) \ argument
212 ((value) < (thresh) ? (value) : \