Searched refs:hw_del (Results 1 – 3 of 3) sorted by relevance
3386 if (tp->ops->hw_del) in tc_setup_cb_replace()3387 tp->ops->hw_del(tp, type_data); in tc_setup_cb_replace()3434 if (tp->ops->hw_del) in tc_setup_cb_destroy()3435 tp->ops->hw_del(tp, type_data); in tc_setup_cb_destroy()
3206 .hw_del = fl_hw_del,
355 void (*hw_del)(struct tcf_proto *tp, member