Home
last modified time | relevance | path

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

/Linux-v5.4/net/bridge/
Dbr_netfilter_ipv6.c169 if (nf_bridge->pkt_otherhost) { in br_nf_pre_routing_finish_ipv6()
171 nf_bridge->pkt_otherhost = false; in br_nf_pre_routing_finish_ipv6()
Dbr_netfilter_hooks.c362 if (nf_bridge->pkt_otherhost) { in br_nf_pre_routing_finish()
364 nf_bridge->pkt_otherhost = false; in br_nf_pre_routing_finish()
452 nf_bridge->pkt_otherhost = true; in setup_pre_routing()
554 if (nf_bridge->pkt_otherhost) { in br_nf_forward_finish()
556 nf_bridge->pkt_otherhost = false; in br_nf_forward_finish()
613 nf_bridge->pkt_otherhost = true; in br_nf_forward_ip()
839 nf_bridge->pkt_otherhost = true; in br_nf_post_routing()
/Linux-v5.4/include/linux/
Dskbuff.h257 u8 pkt_otherhost:1; member