Home
last modified time | relevance | path

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

/linux-6.14.4/net/bridge/
Dbr.c430 br_fdb_test_addr_hook = br_fdb_test_addr; in br_init()
472 br_fdb_test_addr_hook = NULL; in br_deinit()
Dbr_private.h2013 extern int (*br_fdb_test_addr_hook)(struct net_device *dev, unsigned char *addr);
/linux-6.14.4/net/atm/
Dlec.c436 if (br_fdb_test_addr_hook == NULL) in lec_atm_send()
439 if (br_fdb_test_addr_hook(dev, mesg->content.proxy.mac_addr)) { in lec_atm_send()
/linux-6.14.4/net/core/
Ddev.c5565 int (*br_fdb_test_addr_hook)(struct net_device *dev, variable
5567 EXPORT_SYMBOL_GPL(br_fdb_test_addr_hook);