Searched refs:physindev (Results 1 – 3 of 3) sorted by relevance
75 ret = ifname_compare_aligned(indev, info->physindev, in physdev_mt()120 if (info->physindev[0] == '\0') in physdev_mt_check()122 if (X(physindev)) in physdev_mt_check()
121 const struct net_device *physindev __maybe_unused; in nf_log_dump_packet_common()128 physindev = nf_bridge_get_physindev(skb, net); in nf_log_dump_packet_common()129 if (physindev && in != physindev) in nf_log_dump_packet_common()130 nf_log_buf_add(m, "PHYSIN=%s ", physindev->name); in nf_log_dump_packet_common()
16 char physindev[IFNAMSIZ]; member