Home
last modified time | relevance | path

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

/linux-4.4.14/net/bridge/
Dbr_sysfs_br.c686 return sprintf(buf, "%u\n", br->nf_call_arptables); in nf_call_arptables_show()
691 br->nf_call_arptables = val ? true : false; in set_nf_call_arptables()
701 static DEVICE_ATTR_RW(nf_call_arptables);
Dbr_netlink.c1064 br->nf_call_arptables = val ? true : false; in br_changelink()
1210 br->nf_call_arptables ? 1 : 0)) in br_fill_info()
Dbr_private.h268 bool nf_call_arptables; member
Dbr_netfilter_hooks.c646 if (!brnf_call_arptables && !br->nf_call_arptables) in br_nf_forward_arp()