Searched refs:hw_add (Results 1 – 3 of 3) sorted by relevance
3343 if (tp->ops->hw_add) in tc_setup_cb_add()3344 tp->ops->hw_add(tp, type_data); in tc_setup_cb_add()3399 if (tp->ops->hw_add) in tc_setup_cb_replace()3400 tp->ops->hw_add(tp, type_data); in tc_setup_cb_replace()
3434 .hw_add = fl_hw_add,
361 void (*hw_add)(struct tcf_proto *tp, member