Home
last modified time | relevance | path

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

/linux-4.1.27/net/bridge/
Dbr_sysfs_br.c658 return sprintf(buf, "%u\n", br->nf_call_ip6tables); in nf_call_ip6tables_show()
663 br->nf_call_ip6tables = val ? true : false; in set_nf_call_ip6tables()
673 static DEVICE_ATTR_RW(nf_call_ip6tables);
Dbr_private.h219 bool nf_call_ip6tables; member
Dbr_netfilter.c636 if (!brnf_call_ip6tables && !br->nf_call_ip6tables) in br_nf_pre_routing()