Home
last modified time | relevance | path

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

/linux/net/sched/
H A Dcls_api.c3680 if (tp->ops->hw_add) in tc_setup_cb_add()
3681 tp->ops->hw_add(tp, type_data); in tc_setup_cb_add()
3736 if (tp->ops->hw_add) in tc_setup_cb_replace()
3737 tp->ops->hw_add(tp, type_data); in tc_setup_cb_replace()
/linux/include/net/
H A Dsch_generic.h364 void (*hw_add)(struct tcf_proto *tp, member