Home
last modified time | relevance | path

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

/net/bridge/
Dbr_sysfs_br.c676 return sprintf(buf, "%u\n", br->nf_call_arptables); in show_nf_call_arptables()
681 br->nf_call_arptables = val ? true : false; in set_nf_call_arptables()
691 static DEVICE_ATTR(nf_call_arptables, S_IRUGO | S_IWUSR,
Dbr_private.h219 bool nf_call_arptables; member
Dbr_netfilter.c835 if (!brnf_call_arptables && !br->nf_call_arptables) in br_nf_forward_arp()