Home
last modified time | relevance | path

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

/linux-4.4.14/net/netfilter/
Dnfnetlink_queue.c467 int physoutif; in nfqnl_build_packet_message()
475 physoutif = nf_bridge_get_physoutif(entskb); in nfqnl_build_packet_message()
476 if (physoutif && in nfqnl_build_packet_message()
478 htonl(physoutif))) in nfqnl_build_packet_message()
810 int physinif, physoutif; in dev_cmp() local
813 physoutif = nf_bridge_get_physoutif(entry->skb); in dev_cmp()
815 if (physinif == ifindex || physoutif == ifindex) in dev_cmp()