Home
last modified time | relevance | path

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

/linux/net/bridge/
H A Dbr.c423 br_fdb_test_addr_hook = br_fdb_test_addr; in br_init()
465 br_fdb_test_addr_hook = NULL; in br_deinit()
H A Dbr_private.h2004 extern int (*br_fdb_test_addr_hook)(struct net_device *dev, unsigned char *addr);
/linux/net/atm/
H A Dlec.c435 if (br_fdb_test_addr_hook == NULL) in lec_atm_send()
438 if (br_fdb_test_addr_hook(dev, mesg->content.proxy.mac_addr)) { in lec_atm_send()
/linux/net/core/
H A Ddev.c5337 int (*br_fdb_test_addr_hook)(struct net_device *dev, variable
5339 EXPORT_SYMBOL_GPL(br_fdb_test_addr_hook);