Home
last modified time | relevance | path

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

12

/linux/net/sched/
H A Dsch_api.c922 tcm->tcm_handle = q->handle; in tc_fill_qdisc()
990 if (tcm->tcm_handle && tcm->tcm_handle != q->handle) in tc_qdisc_dump_ignore()
1506 if (tcm->tcm_handle && q->handle != tcm->tcm_handle) { in __tc_get_qdisc()
1511 q = qdisc_lookup(dev, tcm->tcm_handle); in __tc_get_qdisc()
1625 if (!q || !tcm->tcm_handle || q->handle != tcm->tcm_handle) { in __tc_modify_qdisc()
1626 if (tcm->tcm_handle) { in __tc_modify_qdisc()
1631 if (TC_H_MIN(tcm->tcm_handle)) { in __tc_modify_qdisc()
[all...]
H A Dcls_cgroup.c178 t->tcm_handle = head->handle; in cls_cgroup_dump()
H A Dsch_skbprio.c245 tcm->tcm_handle |= TC_H_MIN(cl); in skbprio_dump_class()
H A Dsch_mq.c259 tcm->tcm_handle |= TC_H_MIN(cl); in mq_dump_class_stats()
H A Dcls_basic.c280 t->tcm_handle = f->handle; in basic_dump()
H A Dsch_multiq.c328 tcm->tcm_handle |= TC_H_MIN(cl); in multiq_dump_class()
H A Dcls_api.c2082 tcm->tcm_handle = 0; in tcf_fill_node()
2400 fh = tp->ops->get(tp, t->tcm_handle); in tc_new_tfilter()
2430 err = tp->ops->change(net, skb, tp, cl, t->tcm_handle, tca, &fh, in tc_new_tfilter()
2503 if (prio == 0 && (protocol || t->tcm_handle || tca[TCA_KIND])) { in tc_del_tfilter()
2583 } else if (t->tcm_handle == 0) { in tc_del_tfilter()
2596 fh = tp->ops->get(tp, t->tcm_handle); in tc_del_tfilter()
2729 fh = tp->ops->get(tp, t->tcm_handle); in tc_get_tfilter()
2971 tcm->tcm_handle = 0; in tc_chain_fill_node()
H A Dsch_prio.c350 tcm->tcm_handle |= TC_H_MIN(cl); in prio_dump_class()
H A Dcls_matchall.c342 t->tcm_handle = head->handle; in mall_dump()
H A Dcls_fw.c392 t->tcm_handle = f->id; in fw_dump()
H A Dsch_drr.c246 tcm->tcm_handle = cl->common.classid; in drr_dump_class()
H A Dsch_cbs.c500 tcm->tcm_handle |= TC_H_MIN(1); in cbs_dump_class()
H A Dsch_tbf.c562 tcm->tcm_handle |= TC_H_MIN(1); in tbf_graft()
H A Dcls_route.c614 t->tcm_handle = f->handle; in route4_dump()
H A Dsch_red.c489 tcm->tcm_handle |= TC_H_MIN(1); in red_dump_class()
H A Dcls_bpf.c590 tm->tcm_handle = prog->handle; in cls_bpf_dump()
H A Dcls_flow.c644 t->tcm_handle = f->handle; in flow_dump()
H A Dsch_mqprio.c669 tcm->tcm_handle |= TC_H_MIN(cl); in mqprio_dump_class_stats()
H A Dsch_fq_codel.c680 tcm->tcm_handle |= TC_H_MIN(cl); in fq_codel_dump_class_stats()
H A Dsch_ets.c314 tcm->tcm_handle = ets_class_id(sch, cl); in ets_class_dump()
H A Dsch_sfq.c903 tcm->tcm_handle |= TC_H_MIN(cl); in sfq_dump_class()
H A Dsch_netem.c1360 tcm->tcm_handle |= TC_H_MIN(1);
/linux/tools/lib/bpf/
H A Dnetlink.c539 req->tc.tcm_handle = TC_H_MAKE(TC_H_CLSACT, 0); in clsact_config()
549 req->tc.tcm_handle = OPTS_GET(hook, handle, 0); in qdisc_config()
690 OPTS_SET(info->opts, handle, tc->tcm_handle); in __get_tc_info()
774 req.tc.tcm_handle = handle; in bpf_tc_attach()
851 req.tc.tcm_handle = handle; in __bpf_tc_detach()
917 req.tc.tcm_handle = handle; in bpf_tc_query()
/linux/tools/bpf/bpftool/
H A Dnet.c409 if (info->tcm_handle == 0) in dump_class_qdisc_nlmsg()
422 tcinfo->handle_array[tcinfo->used_len].handle = info->tcm_handle; in dump_class_qdisc_nlmsg()
/linux/tools/include/uapi/linux/
H A Drtnetlink.h620 __u32 tcm_handle; member

12