Home
last modified time | relevance | path

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

/linux-4.1.27/net/bridge/
Dbr_sysfs_br.c679 return sprintf(buf, "%u\n", br->nf_call_arptables); in nf_call_arptables_show()
684 br->nf_call_arptables = val ? true : false; in set_nf_call_arptables()
694 static DEVICE_ATTR_RW(nf_call_arptables);
Dbr_private.h220 bool nf_call_arptables; member
Dbr_netfilter.c797 if (!brnf_call_arptables && !br->nf_call_arptables) in br_nf_forward_arp()