Home
last modified time | relevance | path

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

/openbmc/linux/net/netfilter/
H A Dnfnetlink_queue.c564 int physoutif; in nfqnl_build_packet_message()
572 physoutif = nf_bridge_get_physoutif(entskb); in nfqnl_build_packet_message()
573 if (physoutif && in nfqnl_build_packet_message()
575 htonl(physoutif))) in nfqnl_build_packet_message()
936 int physinif, physoutif; in dev_cmp() local
939 physoutif = nf_bridge_get_physoutif(entry->skb); in dev_cmp()
941 if (physinif == ifindex || physoutif == ifindex) in dev_cmp()