Home
last modified time | relevance | path

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

/linux-4.4.14/net/bridge/
Dbr_sysfs_br.c665 return sprintf(buf, "%u\n", br->nf_call_ip6tables); in nf_call_ip6tables_show()
670 br->nf_call_ip6tables = val ? true : false; in set_nf_call_ip6tables()
680 static DEVICE_ATTR_RW(nf_call_ip6tables);
Dbr_netlink.c1058 br->nf_call_ip6tables = val ? true : false; in br_changelink()
1208 br->nf_call_ip6tables ? 1 : 0) || in br_fill_info()
Dbr_private.h267 bool nf_call_ip6tables; member
Dbr_netfilter_hooks.c482 if (!brnf_call_ip6tables && !br->nf_call_ip6tables) in br_nf_pre_routing()