Home
last modified time | relevance | path

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

/Linux-v6.1/net/dsa/
Ddsa.c479 bool dsa_fdb_present_in_other_db(struct dsa_switch *ds, int port, in dsa_fdb_present_in_other_db() function
498 EXPORT_SYMBOL_GPL(dsa_fdb_present_in_other_db);
/Linux-v6.1/drivers/net/dsa/ocelot/
Dfelix.c795 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()
/Linux-v6.1/include/net/
Ddsa.h1297 bool dsa_fdb_present_in_other_db(struct dsa_switch *ds, int port,
/Linux-v6.1/Documentation/networking/dsa/
Ddsa.rst886 ``dsa_fdb_present_in_other_db()`` and ``dsa_mdb_present_in_other_db()``.