Home
last modified time | relevance | path

Searched refs:physoutdev (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/kernel/net/netfilter/
H A Dnf_log_common.c156 const struct net_device *physoutdev __maybe_unused; in nf_log_dump_packet_common()
167 physoutdev = nf_bridge_get_physoutdev(skb); in nf_log_dump_packet_common()
168 if (physoutdev && out != physoutdev) in nf_log_dump_packet_common()
169 nf_log_buf_add(m, "PHYSOUT=%s ", physoutdev->name); in nf_log_dump_packet_common()
H A Dxt_physdev.c89 ret = ifname_compare_aligned(outdev, info->physoutdev, info->out_mask); in physdev_mt()
H A Dnfnetlink_log.c533 struct net_device *physoutdev; in __build_packet_message()
541 physoutdev = nf_bridge_get_physoutdev(skb); in __build_packet_message()
542 if (physoutdev && in __build_packet_message()
544 htonl(physoutdev->ifindex))) in __build_packet_message()
/OK3568_Linux_fs/kernel/include/linux/
H A Dnetfilter_bridge.h55 return nf_bridge->physoutdev ? nf_bridge->physoutdev->ifindex : 0; in nf_bridge_get_physoutif()
71 return nf_bridge ? nf_bridge->physoutdev : NULL; in nf_bridge_get_physoutdev()
H A Dskbuff.h267 struct net_device *physoutdev; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/netfilter/
H A Dxt_physdev.h18 char physoutdev[IFNAMSIZ]; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/netfilter/
H A Dxt_physdev.h18 char physoutdev[IFNAMSIZ]; member
/OK3568_Linux_fs/kernel/include/uapi/linux/netfilter/
H A Dxt_physdev.h18 char physoutdev[IFNAMSIZ]; member
/OK3568_Linux_fs/kernel/net/bridge/
H A Dbr_netfilter_hooks.c630 nf_bridge->physoutdev = skb->dev; in br_nf_forward_ip()
829 if (!nf_bridge || !nf_bridge->physoutdev) in br_nf_post_routing()
904 nf_bridge->physoutdev = NULL; in br_nf_pre_routing_finish_bridge_slow()