Home
last modified time | relevance | path

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

/linux-3.3/net/bridge/
Dbr.c66 br_fdb_test_addr_hook = br_fdb_test_addr; in br_init()
97 br_fdb_test_addr_hook = NULL; in br_deinit()
Dbr_private.h541 extern int (*br_fdb_test_addr_hook)(struct net_device *dev, unsigned char *addr);
/linux-3.3/net/atm/
Dlec.c510 if (br_fdb_test_addr_hook == NULL) in lec_atm_send()
513 if (br_fdb_test_addr_hook(dev, mesg->content.proxy.mac_addr)) { in lec_atm_send()
/linux-3.3/net/core/
Ddev.c3049 int (*br_fdb_test_addr_hook)(struct net_device *dev, variable
3051 EXPORT_SYMBOL_GPL(br_fdb_test_addr_hook);