HomeSort by relevance Sort by last modified time
    Searched full:okfn (Results 1 - 1 of 1) sorted by null

  /external/kernel-headers/original/linux/
netfilter.h 57 int (*okfn)(struct sk_buff *));
106 int (*okfn)(struct sk_buff *); member in struct:nf_info
179 int (*okfn)(struct sk_buff *), int thresh);
185 * okfn must be invoked by the caller in this case. Any other return
192 int (*okfn)(struct sk_buff *), int thresh,
201 return nf_hook_slow(pf, hook, pskb, indev, outdev, okfn, thresh);
206 int (*okfn)(struct sk_buff *))
208 return nf_hook_thresh(pf, hook, pskb, indev, outdev, okfn, INT_MIN, 1);
211 /* Activate hook; either okfn or kfree_skb called, unless a hook
233 #define NF_HOOK_THRESH(pf, hook, skb, indev, outdev, okfn, thresh)
    [all...]

Completed in 25 milliseconds