Home
last modified time | relevance | path

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

/linux-6.12.1/net/netfilter/
Dnfnetlink_queue.c724 int physoutif; in nfqnl_build_packet_message()
732 physoutif = nf_bridge_get_physoutif(entskb); in nfqnl_build_packet_message()
733 if (physoutif && in nfqnl_build_packet_message()
735 htonl(physoutif))) in nfqnl_build_packet_message()
1127 int physinif, physoutif; in dev_cmp() local
1130 physoutif = nf_bridge_get_physoutif(entry->skb); in dev_cmp()
1132 if (physinif == ifindex || physoutif == ifindex) in dev_cmp()