physoutdev 55 include/linux/netfilter_bridge.h return nf_bridge->physoutdev ? nf_bridge->physoutdev->ifindex : 0; physoutdev 71 include/linux/netfilter_bridge.h return nf_bridge ? nf_bridge->physoutdev : NULL; physoutdev 264 include/linux/skbuff.h struct net_device *physoutdev; physoutdev 18 include/uapi/linux/netfilter/xt_physdev.h char physoutdev[IFNAMSIZ]; physoutdev 628 net/bridge/br_netfilter_hooks.c nf_bridge->physoutdev = skb->dev; physoutdev 823 net/bridge/br_netfilter_hooks.c if (!nf_bridge || !nf_bridge->physoutdev) physoutdev 900 net/bridge/br_netfilter_hooks.c nf_bridge->physoutdev = NULL; physoutdev 156 net/netfilter/nf_log_common.c const struct net_device *physoutdev __maybe_unused; physoutdev 167 net/netfilter/nf_log_common.c physoutdev = nf_bridge_get_physoutdev(skb); physoutdev 168 net/netfilter/nf_log_common.c if (physoutdev && out != physoutdev) physoutdev 169 net/netfilter/nf_log_common.c nf_log_buf_add(m, "PHYSOUT=%s ", physoutdev->name); physoutdev 539 net/netfilter/nfnetlink_log.c struct net_device *physoutdev; physoutdev 547 net/netfilter/nfnetlink_log.c physoutdev = nf_bridge_get_physoutdev(skb); physoutdev 548 net/netfilter/nfnetlink_log.c if (physoutdev && physoutdev 550 net/netfilter/nfnetlink_log.c htonl(physoutdev->ifindex))) physoutdev 89 net/netfilter/xt_physdev.c ret = ifname_compare_aligned(outdev, info->physoutdev, info->out_mask);