Searched refs:pf (Results 1 – 15 of 15) sorted by relevance
/include/linux/ |
D | netfilter.h | 116 u_int8_t pf; member 125 u_int8_t pf; member 168 static inline bool nf_hooks_active(u_int8_t pf, unsigned int hook) in nf_hooks_active() argument 170 if (__builtin_constant_p(pf) && in nf_hooks_active() 172 return static_key_false(&nf_hooks_needed[pf][hook]); in nf_hooks_active() 174 return !list_empty(&nf_hooks[pf][hook]); in nf_hooks_active() 177 static inline bool nf_hooks_active(u_int8_t pf, unsigned int hook) in nf_hooks_active() argument 179 return !list_empty(&nf_hooks[pf][hook]); in nf_hooks_active() 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, unsigned int hook, in nf_hook_thresh() argument [all …]
|
D | net.h | 287 #define MODULE_ALIAS_NET_PF_PROTO(pf, proto) \ argument 288 MODULE_ALIAS("net-pf-" __stringify(pf) "-proto-" __stringify(proto)) 290 #define MODULE_ALIAS_NET_PF_PROTO_TYPE(pf, proto, type) \ argument 291 MODULE_ALIAS("net-pf-" __stringify(pf) "-proto-" __stringify(proto) \
|
D | parport.h | 386 int (*pf)(void *), void (*kf)(void *),
|
/include/net/netfilter/ |
D | nf_log.h | 33 typedef void nf_logfn(u_int8_t pf, 49 int nf_log_register(u_int8_t pf, struct nf_logger *logger); 52 int nf_log_bind_pf(u_int8_t pf, const struct nf_logger *logger); 53 void nf_log_unbind_pf(u_int8_t pf); 57 void nf_log_packet(u_int8_t pf,
|
D | nf_queue.h | 11 u_int8_t pf; member 27 extern int nf_register_queue_handler(u_int8_t pf, 29 extern int nf_unregister_queue_handler(u_int8_t pf,
|
D | nfnetlink_log.h | 5 nfulnl_log_packet(u_int8_t pf,
|
D | nf_conntrack_l4proto.h | 41 u_int8_t pf, 55 u_int8_t pf, unsigned int hooknum);
|
D | nf_conntrack_core.h | 24 u_int8_t pf,
|
/include/linux/netfilter/ipset/ |
D | ip_set_getport.h | 18 extern bool ip_set_get_ip_port(const struct sk_buff *skb, u8 pf, bool src,
|
/include/linux/netfilter/ |
D | nfnetlink_queue.h | 67 __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/scsi/ |
D | scsi_device.h | 352 extern int scsi_mode_select(struct scsi_device *sdev, int pf, int sp,
|
/include/net/sctp/ |
D | sctp.h | 509 frag -= sp->pf->af->net_header_len; in sctp_frag_point()
|
D | structs.h | 304 struct sctp_pf *pf; member
|