Home
last modified time | relevance | path

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

/net/bridge/
Dbr_sysfs_br.c654 return sprintf(buf, "%u\n", br->nf_call_ip6tables); in show_nf_call_ip6tables()
659 br->nf_call_ip6tables = val ? true : false; in set_nf_call_ip6tables()
669 static DEVICE_ATTR(nf_call_ip6tables, S_IRUGO | S_IWUSR,
Dbr_private.h218 bool nf_call_ip6tables; member
Dbr_netfilter.c690 if (!brnf_call_ip6tables && !br->nf_call_ip6tables) in br_nf_pre_routing()