Home
last modified time | relevance | path

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

/linux-4.4.14/net/bridge/
Dbr_netfilter_hooks.c352 if (nf_bridge->pkt_otherhost) { in br_nf_pre_routing_finish()
354 nf_bridge->pkt_otherhost = false; in br_nf_pre_routing_finish()
441 nf_bridge->pkt_otherhost = true; in setup_pre_routing()
549 if (nf_bridge->pkt_otherhost) { in br_nf_forward_finish()
551 nf_bridge->pkt_otherhost = false; in br_nf_forward_finish()
605 nf_bridge->pkt_otherhost = true; in br_nf_forward_ip()
820 nf_bridge->pkt_otherhost = true; in br_nf_post_routing()
Dbr_netfilter_ipv6.c172 if (nf_bridge->pkt_otherhost) { in br_nf_pre_routing_finish_ipv6()
174 nf_bridge->pkt_otherhost = false; in br_nf_pre_routing_finish_ipv6()
/linux-4.4.14/include/linux/
Dskbuff.h177 u8 pkt_otherhost:1; member