Searched refs:dsa_fdb_present_in_other_db (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-6.6/net/dsa/ |
H A D | dsa.c | 1686 bool dsa_fdb_present_in_other_db(struct dsa_switch *ds, int port, in dsa_fdb_present_in_other_db() function 1705 EXPORT_SYMBOL_GPL(dsa_fdb_present_in_other_db); variable
|
/kernel/linux/linux-6.6/drivers/net/dsa/ocelot/ |
H A D | felix.c | 795 dsa_fdb_present_in_other_db(ds, port, addr, vid, db)) in felix_fdb_add() 816 dsa_fdb_present_in_other_db(ds, port, addr, vid, db)) in felix_fdb_del()
|
/kernel/linux/linux-6.6/include/net/ |
H A D | dsa.h | 1304 bool dsa_fdb_present_in_other_db(struct dsa_switch *ds, int port,
|
Completed in 8 milliseconds