Home
last modified time | relevance | path

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

/linux-6.15/net/sched/
H A Dcls_api.c3729 if (tp->ops->hw_del) in tc_setup_cb_replace()
3730 tp->ops->hw_del(tp, type_data); in tc_setup_cb_replace()
3777 if (tp->ops->hw_del) in tc_setup_cb_destroy()
3778 tp->ops->hw_del(tp, type_data); in tc_setup_cb_destroy()
H A Dcls_flower.c3845 .hw_del = fl_hw_del,
/linux-6.15/include/net/
H A Dsch_generic.h366 void (*hw_del)(struct tcf_proto *tp, member