/kernel/linux/linux-5.10/net/netfilter/ |
H A D | xt_physdev.c | 29 const char *indev, *outdev; in physdev_mt() local
|
H A D | nf_tables_trace.c | 82 nf_trace_fill_dev_info(struct sk_buff *nlskb, const struct net_device *indev, const struct net_device *outdev) nf_trace_fill_dev_info() argument
|
H A D | nf_flow_table_ip.c | 250 struct net_device *outdev; in nf_flow_offload_ip_hook() local 493 struct net_device *outdev; in nf_flow_offload_ipv6_hook() local
|
H A D | nfnetlink_log.c | 441 __build_packet_message(struct nfnl_log_net *log, struct nfulnl_instance *inst, const struct sk_buff *skb, unsigned int data_len, u_int8_t pf, unsigned int hooknum, const struct net_device *indev, const struct net_device *outdev, const char *prefix, unsigned int plen, const struct nfnl_ct_hook *nfnl_ct, struct nf_conn *ct, enum ip_conntrack_info ctinfo) __build_packet_message() argument
|
H A D | nfnetlink_queue.c | 390 struct net_device *outdev; in nfqnl_build_packet_message() local [all...] |
/kernel/linux/linux-6.6/net/netfilter/ |
H A D | xt_physdev.c | 29 const char *indev, *outdev; in physdev_mt() local
|
H A D | nf_tables_trace.c | 66 nf_trace_fill_dev_info(struct sk_buff *nlskb, const struct net_device *indev, const struct net_device *outdev) nf_trace_fill_dev_info() argument
|
H A D | nft_flow_offload.c | 81 const struct net_device *outdev; member
|
H A D | nf_flow_table_ip.c | 331 struct net_device *outdev; in nf_flow_queue_xmit() local 419 struct net_device *outdev; in nf_flow_offload_ip_hook() local 715 struct net_device *outdev; in nf_flow_offload_ipv6_hook() local [all...] |
H A D | nfnetlink_log.c | 456 __build_packet_message(struct nfnl_log_net *log, struct nfulnl_instance *inst, const struct sk_buff *skb, unsigned int data_len, u_int8_t pf, unsigned int hooknum, const struct net_device *indev, const struct net_device *outdev, const char *prefix, unsigned int plen, const struct nfnl_ct_hook *nfnl_ct, struct nf_conn *ct, enum ip_conntrack_info ctinfo) __build_packet_message() argument
|
H A D | nfnetlink_queue.c | 403 struct net_device *outdev; in nfqnl_build_packet_message() local [all...] |
/kernel/linux/linux-5.10/drivers/hwtracing/intel_th/ |
H A D | gth.c | 477 struct intel_th_device *outdev = in intel_th_gth_stop() local
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | netfilter.h | 139 nf_hook_state_init(struct nf_hook_state *p, unsigned int hook, u_int8_t pf, struct net_device *indev, struct net_device *outdev, struct sock *sk, struct net *net, int (*okfn)(struct net *, struct sock *, struct sk_buff *)) nf_hook_state_init() argument 205 nf_hook(u_int8_t pf, unsigned int hook, struct net *net, struct sock *sk, struct sk_buff *skb, struct net_device *indev, struct net_device *outdev, int (*okfn)(struct net *, struct sock *, struct sk_buff *)) nf_hook() argument 415 nf_hook(u_int8_t pf, unsigned int hook, struct net *net, struct sock *sk, struct sk_buff *skb, struct net_device *indev, struct net_device *outdev, int (*okfn)(struct net *, struct sock *, struct sk_buff *)) nf_hook() argument
|
/kernel/linux/linux-6.6/drivers/hwtracing/intel_th/ |
H A D | gth.c | 477 struct intel_th_device *outdev = in intel_th_gth_stop() local
|
/kernel/linux/linux-5.10/net/bridge/ |
H A D | br_netfilter_hooks.c | 1005 br_nf_hook_thresh(unsigned int hook, struct net *net, struct sock *sk, struct sk_buff *skb, struct net_device *indev, struct net_device *outdev, int (*okfn)(struct net *, struct sock *, struct sk_buff *)) br_nf_hook_thresh() argument
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | netfilter.h | 147 nf_hook_state_init(struct nf_hook_state *p, unsigned int hook, u_int8_t pf, struct net_device *indev, struct net_device *outdev, struct sock *sk, struct net *net, int (*okfn)(struct net *, struct sock *, struct sk_buff *)) nf_hook_state_init() argument 213 nf_hook(u_int8_t pf, unsigned int hook, struct net *net, struct sock *sk, struct sk_buff *skb, struct net_device *indev, struct net_device *outdev, int (*okfn)(struct net *, struct sock *, struct sk_buff *)) nf_hook() argument 424 nf_hook(u_int8_t pf, unsigned int hook, struct net *net, struct sock *sk, struct sk_buff *skb, struct net_device *indev, struct net_device *outdev, int (*okfn)(struct net *, struct sock *, struct sk_buff *)) nf_hook() argument
|
/kernel/linux/linux-6.6/net/bridge/ |
H A D | br_netfilter_hooks.c | 1128 br_nf_hook_thresh(unsigned int hook, struct net *net, struct sock *sk, struct sk_buff *skb, struct net_device *indev, struct net_device *outdev, int (*okfn)(struct net *, struct sock *, struct sk_buff *)) br_nf_hook_thresh() argument
|
/kernel/linux/linux-5.10/drivers/pinctrl/ |
H A D | core.c | 369 pinctrl_get_device_gpio_range(unsigned gpio, struct pinctrl_dev **outdev, struct pinctrl_gpio_range **outrange) pinctrl_get_device_gpio_range() argument
|
/kernel/linux/linux-5.10/net/ipv4/netfilter/ |
H A D | arp_tables.c | 191 const char *indev, *outdev; in arpt_do_table() local 82 arp_packet_match(const struct arphdr *arphdr, struct net_device *dev, const char *indev, const char *outdev, const struct arpt_arp *arpinfo) arp_packet_match() argument
|
H A D | ip_tables.c | 234 const char *indev, *outdev; in ipt_do_table() local 45 ip_packet_match(const struct iphdr *ip, const char *indev, const char *outdev, const struct ipt_ip *ipinfo, int isfrag) ip_packet_match() argument
|
/kernel/linux/linux-6.6/drivers/pinctrl/ |
H A D | core.c | 382 pinctrl_get_device_gpio_range(unsigned gpio, struct pinctrl_dev **outdev, struct pinctrl_gpio_range **outrange) pinctrl_get_device_gpio_range() argument
|
/kernel/linux/linux-6.6/net/ipv4/netfilter/ |
H A D | arp_tables.c | 192 const char *indev, *outdev; in arpt_do_table() local 82 arp_packet_match(const struct arphdr *arphdr, struct net_device *dev, const char *indev, const char *outdev, const struct arpt_arp *arpinfo) arp_packet_match() argument
|
H A D | ip_tables.c | 233 const char *indev, *outdev; in ipt_do_table() local 43 ip_packet_match(const struct iphdr *ip, const char *indev, const char *outdev, const struct ipt_ip *ipinfo, int isfrag) ip_packet_match() argument
|
/kernel/linux/linux-5.10/net/ipv6/netfilter/ |
H A D | ip6_tables.c | 258 const char *indev, *outdev; in ip6t_do_table() local 49 ip6_packet_match(const struct sk_buff *skb, const char *indev, const char *outdev, const struct ip6t_ip6 *ip6info, unsigned int *protoff, int *fragoff, bool *hotdrop) ip6_packet_match() argument
|
/kernel/linux/linux-6.6/net/ipv6/netfilter/ |
H A D | ip6_tables.c | 256 const char *indev, *outdev; in ip6t_do_table() local 47 ip6_packet_match(const struct sk_buff *skb, const char *indev, const char *outdev, const struct ip6t_ip6 *ip6info, unsigned int *protoff, u16 *fragoff, bool *hotdrop) ip6_packet_match() argument
|