Home
last modified time | relevance | path

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

/linux/net/dsa/
H A Ddsa.c1691 bool dsa_fdb_present_in_other_db(struct dsa_switch *ds, int port, in dsa_fdb_present_in_other_db() function
1710 EXPORT_SYMBOL_GPL(dsa_fdb_present_in_other_db);
/linux/drivers/net/dsa/ocelot/
H A 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/include/net/
H A Ddsa.h1329 bool dsa_fdb_present_in_other_db(struct dsa_switch *ds, int port,
/linux/Documentation/networking/dsa/
H A Ddsa.rst890 ``dsa_fdb_present_in_other_db()`` and ``dsa_mdb_present_in_other_db()``.