Home
last modified time | relevance | path

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

/linux/net/dsa/
H A Dport.c951 if (ds->ops->port_set_host_flood) in dsa_port_set_host_flood()
952 ds->ops->port_set_host_flood(ds, dp->index, uc, mc); in dsa_port_set_host_flood()
/linux/include/net/
H A Ddsa.h1064 void (*port_set_host_flood)(struct dsa_switch *ds, int port, member