Searched defs:pf (Results 1 – 7 of 7) sorted by relevance
/include/linux/ |
D | netfilter.h | 103 u_int8_t pf; member 113 u_int8_t pf; member 162 static inline int nf_hook_thresh(u_int8_t pf, unsigned int hook, in nf_hook_thresh() 178 static inline int nf_hook(u_int8_t pf, unsigned int hook, struct sk_buff *skb, in nf_hook() 207 #define NF_HOOK_THRESH(pf, hook, skb, indev, outdev, okfn, thresh) \ argument 213 #define NF_HOOK_COND(pf, hook, skb, indev, outdev, okfn, cond) \ argument 219 #define NF_HOOK(pf, hook, skb, indev, outdev, okfn) \ argument 324 #define NF_HOOK(pf, hook, skb, indev, outdev, okfn) (okfn)(skb) argument 325 #define NF_HOOK_COND(pf, hook, skb, indev, outdev, okfn, cond) (okfn)(skb) argument 326 static inline int nf_hook_thresh(u_int8_t pf, unsigned int hook, in nf_hook_thresh() [all …]
|
D | net.h | 343 #define MODULE_ALIAS_NET_PF_PROTO(pf, proto) \ argument 346 #define MODULE_ALIAS_NET_PF_PROTO_TYPE(pf, proto, type) \ argument
|
/include/net/netfilter/ |
D | nf_queue.h | 11 u_int8_t pf; member
|
/include/linux/netfilter/ |
D | nfnetlink_queue.h | 66 __be16 pf; /* AF_xxx for PF_[UN]BIND */ member
|
/include/net/ |
D | lapb.h | 74 unsigned char pf; /* Poll/Final */ member
|
/include/net/irda/ |
D | irlap.h | 105 int pf; /* Poll/final bit set */ member
|
/include/net/sctp/ |
D | structs.h | 271 struct sctp_pf *pf; member
|