Searched refs:dsa_fdb_present_in_other_db (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/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);
|
/openbmc/linux/drivers/net/dsa/ocelot/ |
H A D | felix.c | 797 dsa_fdb_present_in_other_db(ds, port, addr, vid, db)) in felix_fdb_add() 818 dsa_fdb_present_in_other_db(ds, port, addr, vid, db)) in felix_fdb_del()
|
/openbmc/linux/include/net/ |
H A D | dsa.h | 1304 bool dsa_fdb_present_in_other_db(struct dsa_switch *ds, int port,
|
/openbmc/linux/Documentation/networking/dsa/ |
H A D | dsa.rst | 886 ``dsa_fdb_present_in_other_db()`` and ``dsa_mdb_present_in_other_db()``.
|