Home
last modified time | relevance | path

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

/linux-3.4.99/net/bridge/
Dbr_sysfs_br.c619 return sprintf(buf, "%u\n", br->nf_call_iptables); in show_nf_call_iptables()
624 br->nf_call_iptables = val ? true : false; in set_nf_call_iptables()
634 static DEVICE_ATTR(nf_call_iptables, S_IRUGO | S_IWUSR,
Dbr_private.h190 bool nf_call_iptables; member
Dbr_netfilter.c662 if (!brnf_call_iptables && !br->nf_call_iptables) in br_nf_pre_routing()