Home
last modified time | relevance | path

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

/linux-5.19.10/net/sched/
Dcls_api.c3400 if (tp->ops->hw_del) in tc_setup_cb_replace()
3401 tp->ops->hw_del(tp, type_data); in tc_setup_cb_replace()
3448 if (tp->ops->hw_del) in tc_setup_cb_destroy()
3449 tp->ops->hw_del(tp, type_data); in tc_setup_cb_destroy()
Dcls_flower.c3366 .hw_del = fl_hw_del,
/linux-5.19.10/include/net/
Dsch_generic.h368 void (*hw_del)(struct tcf_proto *tp, member