Home
last modified time | relevance | path

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

/linux-5.19.10/net/sched/
Dcls_api.c3351 if (tp->ops->hw_add) in tc_setup_cb_add()
3352 tp->ops->hw_add(tp, type_data); in tc_setup_cb_add()
3407 if (tp->ops->hw_add) in tc_setup_cb_replace()
3408 tp->ops->hw_add(tp, type_data); in tc_setup_cb_replace()
Dcls_flower.c3365 .hw_add = fl_hw_add,
/linux-5.19.10/include/net/
Dsch_generic.h366 void (*hw_add)(struct tcf_proto *tp, member