Searched refs:hw_del (Results 1 – 3 of 3) sorted by relevance
3373 if (tp->ops->hw_del) in tc_setup_cb_replace()3374 tp->ops->hw_del(tp, type_data); in tc_setup_cb_replace()3421 if (tp->ops->hw_del) in tc_setup_cb_destroy()3422 tp->ops->hw_del(tp, type_data); in tc_setup_cb_destroy()
3150 .hw_del = fl_hw_del,
322 void (*hw_del)(struct tcf_proto *tp, member