Searched defs:pf (Results 1 - 6 of 6) sorted by relevance

/include/net/netfilter/
H A Dnf_queue.h11 u_int8_t pf; member in struct:nf_queue_entry
27 extern int nf_register_queue_handler(u_int8_t pf,
29 extern int nf_unregister_queue_handler(u_int8_t pf,
/include/linux/netfilter/
H A Dnfnetlink_queue.h67 __be16 pf; /* AF_xxx for PF_[UN]BIND */ member in struct:nfqnl_msg_config_cmd
/include/net/
H A Dlapb.h74 unsigned char pf; /* Poll/Final */ member in struct:lapb_frame
/include/linux/
H A Dnetfilter.h116 u_int8_t pf; member in struct:nf_hook_ops
125 u_int8_t pf; member in struct:nf_sockopt_ops
168 static inline bool nf_hooks_active(u_int8_t pf, unsigned int hook) argument
170 if (__builtin_constant_p(pf) &&
172 return static_key_false(&nf_hooks_needed[pf][hook]);
174 return !list_empty(&nf_hooks[pf][hook]);
177 static inline bool nf_hooks_active(u_int8_t pf, unsigned int hook) argument
179 return !list_empty(&nf_hooks[pf][hook]);
183 int nf_hook_slow(u_int8_t pf, unsigned int hook, struct sk_buff *skb,
194 static inline int nf_hook_thresh(u_int8_t pf, unsigne argument
205 nf_hook(u_int8_t pf, unsigned int hook, struct sk_buff *skb, struct net_device *indev, struct net_device *outdev, int (*okfn)(struct sk_buff *)) argument
230 NF_HOOK_THRESH(uint8_t pf, unsigned int hook, struct sk_buff *skb, struct net_device *in, struct net_device *out, int (*okfn)(struct sk_buff *), int thresh) argument
241 NF_HOOK_COND(uint8_t pf, unsigned int hook, struct sk_buff *skb, struct net_device *in, struct net_device *out, int (*okfn)(struct sk_buff *), bool cond) argument
254 NF_HOOK(uint8_t pf, unsigned int hook, struct sk_buff *skb, struct net_device *in, struct net_device *out, int (*okfn)(struct sk_buff *)) argument
367 nf_hook_thresh(u_int8_t pf, unsigned int hook, struct sk_buff *skb, struct net_device *indev, struct net_device *outdev, int (*okfn)(struct sk_buff *), int thresh) argument
375 nf_hook(u_int8_t pf, unsigned int hook, struct sk_buff *skb, struct net_device *indev, struct net_device *outdev, int (*okfn)(struct sk_buff *)) argument
[all...]
/include/net/irda/
H A Dirlap.h66 * IrTTP, and another to know that we should not send the pf bit.
105 int pf; /* Poll/final bit set */ member in struct:irlap_info
/include/net/sctp/
H A Dstructs.h304 struct sctp_pf *pf; member in struct:sctp_sock

Completed in 179 milliseconds