Home
last modified time | relevance | path

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

/linux-4.1.27/net/bridge/
Dbr_netfilter.c281 if (nf_bridge->pkt_otherhost) { in br_nf_pre_routing_finish_ipv6()
283 nf_bridge->pkt_otherhost = false; in br_nf_pre_routing_finish_ipv6()
406 if (nf_bridge->pkt_otherhost) { in br_nf_pre_routing_finish()
408 nf_bridge->pkt_otherhost = false; in br_nf_pre_routing_finish()
495 nf_bridge->pkt_otherhost = true; in setup_pre_routing()
703 if (nf_bridge->pkt_otherhost) { in br_nf_forward_finish()
705 nf_bridge->pkt_otherhost = false; in br_nf_forward_finish()
759 nf_bridge->pkt_otherhost = true; in br_nf_forward_ip()
914 nf_bridge->pkt_otherhost = true; in br_nf_post_routing()
/linux-4.1.27/include/linux/
Dskbuff.h174 bool pkt_otherhost; member