Home
last modified time | relevance | path

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

/linux-6.12.1/include/net/
Ddsa.h1121 void (*port_policer_del)(struct dsa_switch *ds, int port); member
/linux-6.12.1/net/dsa/
Duser.c1522 if (ds->ops->port_policer_del) in dsa_user_del_cls_matchall()
1523 ds->ops->port_policer_del(ds, dp->index); in dsa_user_del_cls_matchall()
/linux-6.12.1/drivers/net/dsa/ocelot/
Dfelix.c2275 .port_policer_del = felix_port_policer_del,
/linux-6.12.1/drivers/net/dsa/sja1105/
Dsja1105_main.c3245 .port_policer_del = sja1105_port_policer_del,