Searched refs:thresh (Results 1 – 2 of 2) sorted by relevance
/include/linux/ |
D | netfilter.h | 153 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
|
D | igmp.h | 211 #define IGMPV3_EXP(thresh, nbmant, nbexp, value) \ argument 212 ((value) < (thresh) ? (value) : \
|