Home
last modified time | relevance | path

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

/linux/net/sched/
H A Dcls_api.c3711 if (tp->ops->hw_add) in tc_setup_cb_add()
3712 tp->ops->hw_add(tp, type_data); in tc_setup_cb_add()
3767 if (tp->ops->hw_add) in tc_setup_cb_replace()
3768 tp->ops->hw_add(tp, type_data); in tc_setup_cb_replace()
H A Dcls_flower.c3840 .hw_add = fl_hw_add,
/linux/include/net/
H A Dsch_generic.h385 void (*hw_add)(struct tcf_proto *tp, member