Home
last modified time | relevance | path

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

/linux-4.1.27/net/netfilter/
Dnfnetlink_queue_core.c433 int physoutif; in nfqnl_build_packet_message()
441 physoutif = nf_bridge_get_physoutif(entskb); in nfqnl_build_packet_message()
442 if (physoutif && in nfqnl_build_packet_message()
444 htonl(physoutif))) in nfqnl_build_packet_message()
776 int physinif, physoutif; in dev_cmp() local
779 physoutif = nf_bridge_get_physoutif(entry->skb); in dev_cmp()
781 if (physinif == ifindex || physoutif == ifindex) in dev_cmp()