Home
last modified time | relevance | path

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

/Linux-v6.6/net/dsa/
Dport.c955 if (ds->ops->port_set_host_flood) in dsa_port_set_host_flood()
956 ds->ops->port_set_host_flood(ds, dp->index, uc, mc); in dsa_port_set_host_flood()
/Linux-v6.6/include/net/
Ddsa.h1030 void (*port_set_host_flood)(struct dsa_switch *ds, int port, member
/Linux-v6.6/drivers/net/dsa/ocelot/
Dfelix.c2166 .port_set_host_flood = felix_port_set_host_flood,