Searched refs:pf (Results 1 – 17 of 17) sorted by relevance
| /include/net/netfilter/ |
| A D | nf_log.h | 40 u_int8_t pf, 59 int nf_log_register(u_int8_t pf, struct nf_logger *logger); 63 bool nf_log_is_registered(u_int8_t pf); 65 int nf_log_set(struct net *net, u_int8_t pf, const struct nf_logger *logger); 68 int nf_log_bind_pf(struct net *net, u_int8_t pf, 70 void nf_log_unbind_pf(struct net *net, u_int8_t pf); 72 int nf_logger_find_get(int pf, enum nf_log_type type); 73 void nf_logger_put(int pf, enum nf_log_type type); 81 u_int8_t pf, 91 u_int8_t pf,
|
| A D | nf_nat.h | 71 int nf_nat_register_fn(struct net *net, u8 pf, const struct nf_hook_ops *ops, 73 void nf_nat_unregister_fn(struct net *net, u8 pf, const struct nf_hook_ops *ops,
|
| A D | nf_tables.h | 62 return pkt->state->pf; in nft_pf()
|
| /include/linux/ |
| A D | netfilter.h | 80 u8 pf; member 106 u8 pf; member 163 u_int8_t pf, in nf_hook_state_init() argument 171 p->pf = pf; in nf_hook_state_init() 184 u_int8_t pf; member 236 if (__builtin_constant_p(pf) && in nf_hook() 238 !static_key_false(&nf_hooks_needed[pf][hook])) in nf_hook() 243 switch (pf) { in nf_hook() 330 if (__builtin_constant_p(pf) && in NF_HOOK_LIST() 332 !static_key_false(&nf_hooks_needed[pf][hook])) in NF_HOOK_LIST() [all …]
|
| A D | net.h | 363 #define MODULE_ALIAS_NET_PF_PROTO(pf, proto) \ argument 364 MODULE_ALIAS("net-pf-" __stringify(pf) "-proto-" __stringify(proto)) 366 #define MODULE_ALIAS_NET_PF_PROTO_TYPE(pf, proto, type) \ argument 367 MODULE_ALIAS("net-pf-" __stringify(pf) "-proto-" __stringify(proto) \ 370 #define MODULE_ALIAS_NET_PF_PROTO_NAME(pf, proto, name) \ argument 371 MODULE_ALIAS("net-pf-" __stringify(pf) "-proto-" __stringify(proto) \
|
| A D | pci.h | 979 u32 (*sriov_get_vf_total_msix)(struct pci_dev *pf);
|
| /include/linux/pds/ |
| A D | pds_common.h | 54 int pds_client_register(struct pdsc *pf, char *devname); 55 int pds_client_unregister(struct pdsc *pf, u16 client_id);
|
| /include/linux/iio/ |
| A D | trigger_consumer.h | 48 void iio_dealloc_pollfunc(struct iio_poll_func *pf);
|
| /include/uapi/linux/netfilter/ |
| A D | nfnetlink_queue.h | 88 __be16 pf; /* AF_xxx for PF_[UN]BIND */ member
|
| /include/net/ |
| A D | lapb.h | 76 unsigned char pf; /* Poll/Final */ member
|
| A D | devlink.h | 43 u16 pf; member 57 u16 pf; member 72 u16 pf; member 1748 u16 pf, bool external); 1750 u16 pf, u16 vf, bool external); 1752 u32 controller, u16 pf, u32 sf,
|
| /include/linux/net/intel/ |
| A D | i40e_client.h | 83 void *pf; member
|
| /include/linux/netfilter/ |
| A D | x_tables.h | 66 return par->state->pf; in xt_family()
|
| /include/scsi/ |
| A D | scsi_device.h | 464 extern int scsi_mode_select(struct scsi_device *sdev, int pf, int sp,
|
| /include/net/sctp/ |
| A D | sctp.h | 577 overhead += sp->pf->af->net_header_len; in __sctp_mtu_payload()
|
| A D | structs.h | 156 struct sctp_pf *pf; member
|
| /include/uapi/linux/ |
| A D | bpf.h | 1787 __u32 pf; member 6737 __u32 pf; member
|
Completed in 72 milliseconds