Home
last modified time | relevance | path

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

/linux-6.12.1/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-6.12.1/include/net/
Ddsa.h1053 void (*port_set_host_flood)(struct dsa_switch *ds, int port, member
/linux-6.12.1/drivers/net/dsa/ocelot/
Dfelix.c2303 .port_set_host_flood = felix_port_set_host_flood,