Home
last modified time | relevance | path

Searched refs:physindev (Results 1 – 2 of 2) sorted by relevance

/linux/include/uapi/linux/netfilter/
H A Dxt_physdev.h16 char physindev[IFNAMSIZ]; member
/linux/net/netfilter/
H A Dnf_log_syslog.c118 const struct net_device *physindev __maybe_unused; in nf_log_dump_packet_common()
125 physindev = nf_bridge_get_physindev(skb, net); in nf_log_dump_packet_common()
126 if (physindev && in != physindev) in nf_log_dump_packet_common()
127 nf_log_buf_add(m, "PHYSIN=%s ", physindev->name); in nf_log_dump_packet_common()