Home
last modified time | relevance | path

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

/linux-4.1.27/net/netfilter/
Dnfnetlink_queue_core.c399 int physinif; in nfqnl_build_packet_message()
407 physinif = nf_bridge_get_physinif(entskb); in nfqnl_build_packet_message()
408 if (physinif && in nfqnl_build_packet_message()
410 htonl(physinif))) in nfqnl_build_packet_message()
776 int physinif, physoutif; in dev_cmp() local
778 physinif = nf_bridge_get_physinif(entry->skb); in dev_cmp()
781 if (physinif == ifindex || physoutif == ifindex) in dev_cmp()