Home
last modified time | relevance | path

Searched refs:tcm_handle (Results 1 – 25 of 32) sorted by relevance

12

/linux-6.6.21/net/sched/
Dsch_api.c936 tcm->tcm_handle = q->handle; in tc_fill_qdisc()
1515 if (tcm->tcm_handle && q->handle != tcm->tcm_handle) { in tc_get_qdisc()
1520 q = qdisc_lookup(dev, tcm->tcm_handle); in tc_get_qdisc()
1619 if (!q || !tcm->tcm_handle || q->handle != tcm->tcm_handle) { in tc_modify_qdisc()
1620 if (tcm->tcm_handle) { in tc_modify_qdisc()
1625 if (TC_H_MIN(tcm->tcm_handle)) { in tc_modify_qdisc()
1629 q = qdisc_lookup(dev, tcm->tcm_handle); in tc_modify_qdisc()
1697 if (!tcm->tcm_handle) { in tc_modify_qdisc()
1701 q = qdisc_lookup(dev, tcm->tcm_handle); in tc_modify_qdisc()
1748 tcm->tcm_parent, tcm->tcm_handle, in tc_modify_qdisc()
[all …]
Dcls_cgroup.c178 t->tcm_handle = head->handle; in cls_cgroup_dump()
Dsch_skbprio.c246 tcm->tcm_handle |= TC_H_MIN(cl); in skbprio_dump_class()
Dsch_mq.c223 tcm->tcm_handle |= TC_H_MIN(cl); in mq_dump_class()
Dcls_basic.c280 t->tcm_handle = f->handle; in basic_dump()
Dcls_api.c2001 tcm->tcm_handle = 0; in tcf_fill_node()
2289 fh = tp->ops->get(tp, t->tcm_handle); in tc_new_tfilter()
2317 err = tp->ops->change(net, skb, tp, cl, t->tcm_handle, tca, &fh, in tc_new_tfilter()
2389 if (prio == 0 && (protocol || t->tcm_handle || tca[TCA_KIND])) { in tc_del_tfilter()
2466 } else if (t->tcm_handle == 0) { in tc_del_tfilter()
2479 fh = tp->ops->get(tp, t->tcm_handle); in tc_del_tfilter()
2610 fh = tp->ops->get(tp, t->tcm_handle); in tc_get_tfilter()
2851 tcm->tcm_handle = 0; in tc_chain_fill_node()
Dsch_multiq.c328 tcm->tcm_handle |= TC_H_MIN(cl); in multiq_dump_class()
Dcls_matchall.c340 t->tcm_handle = head->handle; in mall_dump()
Dsch_prio.c350 tcm->tcm_handle |= TC_H_MIN(cl); in prio_dump_class()
Dcls_fw.c378 t->tcm_handle = f->id; in fw_dump()
Dsch_cbs.c486 tcm->tcm_handle |= TC_H_MIN(1); in cbs_dump_class()
Dsch_drr.c242 tcm->tcm_handle = cl->common.classid; in drr_dump_class()
Dsch_tbf.c550 tcm->tcm_handle |= TC_H_MIN(1); in tbf_dump_class()
Dsch_red.c476 tcm->tcm_handle |= TC_H_MIN(1); in red_dump_class()
Dcls_route.c609 t->tcm_handle = f->handle; in route4_dump()
Dcls_bpf.c588 tm->tcm_handle = prog->handle; in cls_bpf_dump()
Dcls_flow.c629 t->tcm_handle = f->handle; in flow_dump()
Dsch_mqprio.c659 tcm->tcm_handle |= TC_H_MIN(cl); in mqprio_dump_class()
Dsch_fq_codel.c625 tcm->tcm_handle |= TC_H_MIN(cl); in fq_codel_dump_class()
Dsch_ets.c305 tcm->tcm_handle = ets_class_id(sch, cl); in ets_class_dump()
Dsch_sfq.c861 tcm->tcm_handle |= TC_H_MIN(cl); in sfq_dump_class()
Dsch_netem.c1240 tcm->tcm_handle |= TC_H_MIN(1); in netem_dump_class()
/linux-6.6.21/tools/lib/bpf/
Dnetlink.c537 req->tc.tcm_handle = TC_H_MAKE(TC_H_CLSACT, 0); in clsact_config()
674 OPTS_SET(info->opts, handle, tc->tcm_handle); in __get_tc_info()
758 req.tc.tcm_handle = handle; in bpf_tc_attach()
835 req.tc.tcm_handle = handle; in __bpf_tc_detach()
901 req.tc.tcm_handle = handle; in bpf_tc_query()
/linux-6.6.21/tools/bpf/bpftool/
Dnet.c398 if (info->tcm_handle == 0) in dump_class_qdisc_nlmsg()
410 tcinfo->handle_array[tcinfo->used_len].handle = info->tcm_handle; in dump_class_qdisc_nlmsg()
/linux-6.6.21/include/uapi/linux/
Drtnetlink.h606 __u32 tcm_handle; member

12