Home
last modified time | relevance | path

Searched refs:port_set_host_flood (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/net/dsa/
Dport.c949 if (ds->ops->port_set_host_flood) in dsa_port_set_host_flood()
950 ds->ops->port_set_host_flood(ds, dp->index, uc, mc); in dsa_port_set_host_flood()
/Linux-v6.1/include/net/
Ddsa.h1021 void (*port_set_host_flood)(struct dsa_switch *ds, int port, member
/Linux-v6.1/drivers/net/dsa/ocelot/
Dfelix.c2112 .port_set_host_flood = felix_port_set_host_flood,