Home
last modified time | relevance | path

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

12

/linux-6.3-rc2/net/sched/
A Dsch_api.c928 tcm->tcm_handle = q->handle; in tc_fill_qdisc()
1484 if (tcm->tcm_handle && q->handle != tcm->tcm_handle) { in tc_get_qdisc()
1489 q = qdisc_lookup(dev, tcm->tcm_handle); in tc_get_qdisc()
1570 if (!q || !tcm->tcm_handle || q->handle != tcm->tcm_handle) { in tc_modify_qdisc()
1571 if (tcm->tcm_handle) { in tc_modify_qdisc()
1576 if (TC_H_MIN(tcm->tcm_handle)) { in tc_modify_qdisc()
1631 if (!tcm->tcm_handle) { in tc_modify_qdisc()
1635 q = qdisc_lookup(dev, tcm->tcm_handle); in tc_modify_qdisc()
1681 tcm->tcm_parent, tcm->tcm_handle, in tc_modify_qdisc()
1834 tcm->tcm_handle = q->handle; in tc_fill_tclass()
[all …]
A Dcls_cgroup.c178 t->tcm_handle = head->handle; in cls_cgroup_dump()
A Dsch_mq.c223 tcm->tcm_handle |= TC_H_MIN(cl); in mq_dump_class()
A Dsch_skbprio.c246 tcm->tcm_handle |= TC_H_MIN(cl); in skbprio_dump_class()
A Dcls_basic.c280 t->tcm_handle = f->handle; in basic_dump()
A Dcls_api.c1994 tcm->tcm_handle = 0; in tcf_fill_node()
2282 fh = tp->ops->get(tp, t->tcm_handle); in tc_new_tfilter()
2310 err = tp->ops->change(net, skb, tp, cl, t->tcm_handle, tca, &fh, in tc_new_tfilter()
2382 if (prio == 0 && (protocol || t->tcm_handle || tca[TCA_KIND])) { in tc_del_tfilter()
2459 } else if (t->tcm_handle == 0) { in tc_del_tfilter()
2472 fh = tp->ops->get(tp, t->tcm_handle); in tc_del_tfilter()
2603 fh = tp->ops->get(tp, t->tcm_handle); in tc_get_tfilter()
2844 tcm->tcm_handle = 0; in tc_chain_fill_node()
A Dsch_multiq.c328 tcm->tcm_handle |= TC_H_MIN(cl); in multiq_dump_class()
A Dcls_matchall.c351 t->tcm_handle = head->handle; in mall_dump()
A Dsch_prio.c350 tcm->tcm_handle |= TC_H_MIN(cl); in prio_dump_class()
A Dcls_fw.c379 t->tcm_handle = f->id; in fw_dump()
A Dsch_cbs.c486 tcm->tcm_handle |= TC_H_MIN(1); in cbs_dump_class()
A Dsch_drr.c241 tcm->tcm_handle = cl->common.classid; in drr_dump_class()
A Dsch_red.c473 tcm->tcm_handle |= TC_H_MIN(1); in red_dump_class()
A Dsch_tbf.c549 tcm->tcm_handle |= TC_H_MIN(1); in tbf_dump_class()
A Dcls_route.c610 t->tcm_handle = f->handle; in route4_dump()
A Dsch_mqprio.c503 tcm->tcm_handle |= TC_H_MIN(cl); in mqprio_dump_class()
A Dcls_bpf.c593 tm->tcm_handle = prog->handle; in cls_bpf_dump()
A Dcls_flow.c629 t->tcm_handle = f->handle; in flow_dump()
A Dsch_fq_codel.c625 tcm->tcm_handle |= TC_H_MIN(cl); in fq_codel_dump_class()
A Dsch_ets.c305 tcm->tcm_handle = ets_class_id(sch, cl); in ets_class_dump()
A Dsch_sfq.c858 tcm->tcm_handle |= TC_H_MIN(cl); in sfq_dump_class()
A Dsch_netem.c1225 tcm->tcm_handle |= TC_H_MIN(1); in netem_dump_class()
/linux-6.3-rc2/tools/lib/bpf/
A Dnetlink.c526 req->tc.tcm_handle = TC_H_MAKE(TC_H_CLSACT, 0); in clsact_config()
663 OPTS_SET(info->opts, handle, tc->tcm_handle); in __get_tc_info()
747 req.tc.tcm_handle = handle; in bpf_tc_attach()
824 req.tc.tcm_handle = handle; in __bpf_tc_detach()
890 req.tc.tcm_handle = handle; in bpf_tc_query()
/linux-6.3-rc2/tools/bpf/bpftool/
A Dnet.c393 if (info->tcm_handle == 0) in dump_class_qdisc_nlmsg()
405 tcinfo->handle_array[tcinfo->used_len].handle = info->tcm_handle; in dump_class_qdisc_nlmsg()
/linux-6.3-rc2/include/uapi/linux/
A Drtnetlink.h606 __u32 tcm_handle; member

Completed in 46 milliseconds

12