Searched refs:dsa_fdb_present_in_other_db (Results 1 – 4 of 4) sorted by relevance
/linux-6.14.4/net/dsa/ |
D | dsa.c | 1727 bool dsa_fdb_present_in_other_db(struct dsa_switch *ds, int port, in dsa_fdb_present_in_other_db() function 1746 EXPORT_SYMBOL_GPL(dsa_fdb_present_in_other_db);
|
/linux-6.14.4/drivers/net/dsa/ocelot/ |
D | felix.c | 885 dsa_fdb_present_in_other_db(ds, port, addr, vid, db)) in felix_fdb_add() 906 dsa_fdb_present_in_other_db(ds, port, addr, vid, db)) in felix_fdb_del()
|
/linux-6.14.4/include/net/ |
D | dsa.h | 1315 bool dsa_fdb_present_in_other_db(struct dsa_switch *ds, int port,
|
/linux-6.14.4/Documentation/networking/dsa/ |
D | dsa.rst | 890 ``dsa_fdb_present_in_other_db()`` and ``dsa_mdb_present_in_other_db()``.
|