Home
last modified time | relevance | path

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

/Linux-v4.19/net/netfilter/
Dnfnetlink_queue.c547 int physoutif; in nfqnl_build_packet_message()
555 physoutif = nf_bridge_get_physoutif(entskb); in nfqnl_build_packet_message()
556 if (physoutif && in nfqnl_build_packet_message()
558 htonl(physoutif))) in nfqnl_build_packet_message()
915 int physinif, physoutif; in dev_cmp() local
918 physoutif = nf_bridge_get_physoutif(entry->skb); in dev_cmp()
920 if (physinif == ifindex || physoutif == ifindex) in dev_cmp()