Searched defs:okfn (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/include/linux/ |
D | netfilter.h | 57 int (*okfn)(struct sock *, struct sk_buff *); member 331 #define NF_HOOK(pf, hook, sk, skb, indev, outdev, okfn) (okfn)(sk, skb) argument 332 #define NF_HOOK_COND(pf, hook, sk, skb, indev, outdev, okfn, cond) (okfn)(sk, skb) argument
|