Home
last modified time | relevance | path

Searched refs:qdisc_offload_dump_helper (Results 1 - 18 of 18) sorted by relevance

/kernel/linux/linux-5.10/net/sched/
H A Dsch_mq.c49 return qdisc_offload_dump_helper(sch, TC_SETUP_QDISC_MQ, &opt); in mq_offload_stats()
H A Dsch_fifo.c93 return qdisc_offload_dump_helper(sch, TC_SETUP_QDISC_FIFO, &qopt); in fifo_offload_dump()
H A Dsch_prio.c259 return qdisc_offload_dump_helper(sch, TC_SETUP_QDISC_PRIO, &hw_stats); in prio_dump_offload()
H A Dsch_tbf.c184 return qdisc_offload_dump_helper(sch, TC_SETUP_QDISC_TBF, &qopt); in tbf_offload_dump()
H A Dsch_red.c406 return qdisc_offload_dump_helper(sch, TC_SETUP_QDISC_RED, &hw_stats); in red_dump_offload_stats()
H A Dsch_ets.c187 return qdisc_offload_dump_helper(sch, TC_SETUP_QDISC_ETS, &qopt); in ets_offload_dump()
H A Dsch_gred.c371 ret = qdisc_offload_dump_helper(sch, TC_SETUP_QDISC_GRED, hw_stats); in gred_offload_dump_stats()
H A Dsch_api.c819 int qdisc_offload_dump_helper(struct Qdisc *sch, enum tc_setup_type type, in qdisc_offload_dump_helper() function
838 EXPORT_SYMBOL(qdisc_offload_dump_helper); variable
/kernel/linux/linux-6.6/net/sched/
H A Dsch_mq.c49 return qdisc_offload_dump_helper(sch, TC_SETUP_QDISC_MQ, &opt); in mq_offload_stats()
H A Dsch_fifo.c93 return qdisc_offload_dump_helper(sch, TC_SETUP_QDISC_FIFO, &qopt); in fifo_offload_dump()
H A Dsch_prio.c259 return qdisc_offload_dump_helper(sch, TC_SETUP_QDISC_PRIO, &hw_stats); in prio_dump_offload()
H A Dsch_tbf.c185 return qdisc_offload_dump_helper(sch, TC_SETUP_QDISC_TBF, &qopt); in tbf_offload_dump()
H A Dsch_red.c406 return qdisc_offload_dump_helper(sch, TC_SETUP_QDISC_RED, &hw_stats); in red_dump_offload_stats()
H A Dsch_ets.c187 return qdisc_offload_dump_helper(sch, TC_SETUP_QDISC_ETS, &qopt); in ets_offload_dump()
H A Dsch_api.c830 int qdisc_offload_dump_helper(struct Qdisc *sch, enum tc_setup_type type, in qdisc_offload_dump_helper() function
849 EXPORT_SYMBOL(qdisc_offload_dump_helper); variable
H A Dsch_gred.c376 ret = qdisc_offload_dump_helper(sch, TC_SETUP_QDISC_GRED, hw_stats); in gred_offload_dump_stats()
/kernel/linux/linux-5.10/include/net/
H A Dsch_generic.h688 int qdisc_offload_dump_helper(struct Qdisc *q, enum tc_setup_type type,
696 qdisc_offload_dump_helper(struct Qdisc *q, enum tc_setup_type type, in qdisc_offload_dump_helper() function
/kernel/linux/linux-6.6/include/net/
H A Dsch_generic.h697 int qdisc_offload_dump_helper(struct Qdisc *q, enum tc_setup_type type,
705 qdisc_offload_dump_helper(struct Qdisc *q, enum tc_setup_type type, in qdisc_offload_dump_helper() function

Completed in 22 milliseconds