Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/bridge/
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()
454 nf_bridge->pkt_otherhost = true; in setup_pre_routing()
556 if (nf_bridge->pkt_otherhost) { in br_nf_forward_finish()
558 nf_bridge->pkt_otherhost = false; in br_nf_forward_finish()
615 nf_bridge->pkt_otherhost = true; in br_nf_forward_ip()
740 if (nf_bridge->pkt_otherhost) { in br_nf_dev_queue_xmit()
742 nf_bridge->pkt_otherhost = false; in br_nf_dev_queue_xmit()
846 nf_bridge->pkt_otherhost = true; in br_nf_post_routing()
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()
/kernel/linux/linux-5.10/include/linux/
Dskbuff.h258 u8 pkt_otherhost:1; member