Home
last modified time | relevance | path

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

/linux-3.4.99/net/bridge/
Dbr_sysfs_br.c663 return sprintf(buf, "%u\n", br->nf_call_arptables); in show_nf_call_arptables()
668 br->nf_call_arptables = val ? true : false; in set_nf_call_arptables()
678 static DEVICE_ATTR(nf_call_arptables, S_IRUGO | S_IWUSR,
Dbr_private.h192 bool nf_call_arptables; member
Dbr_netfilter.c800 if (!brnf_call_arptables && !br->nf_call_arptables) in br_nf_forward_arp()