Home
last modified time | relevance | path

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

12

/Linux-v4.19/net/sched/
Dcls_tcindex.c593 t->tcm_handle = ~0; /* whatever ... */ in tcindex_dump()
602 t->tcm_handle = r - p->perfect; in tcindex_dump()
608 t->tcm_handle = 0; in tcindex_dump()
609 for (i = 0; !t->tcm_handle && i < p->hash; i++) { in tcindex_dump()
612 !t->tcm_handle && f; in tcindex_dump()
615 t->tcm_handle = f->key; in tcindex_dump()
619 pr_debug("handle = %d\n", t->tcm_handle); in tcindex_dump()
Dsch_api.c819 tcm->tcm_handle = q->handle; in tc_fill_qdisc()
1372 if (tcm->tcm_handle && q->handle != tcm->tcm_handle) { in tc_get_qdisc()
1377 q = qdisc_lookup(dev, tcm->tcm_handle); in tc_get_qdisc()
1461 if (!q || !tcm->tcm_handle || q->handle != tcm->tcm_handle) { in tc_modify_qdisc()
1462 if (tcm->tcm_handle) { in tc_modify_qdisc()
1467 if (TC_H_MIN(tcm->tcm_handle)) { in tc_modify_qdisc()
1471 q = qdisc_lookup(dev, tcm->tcm_handle); in tc_modify_qdisc()
1522 if (!tcm->tcm_handle) { in tc_modify_qdisc()
1526 q = qdisc_lookup(dev, tcm->tcm_handle); in tc_modify_qdisc()
1572 tcm->tcm_parent, tcm->tcm_handle, in tc_modify_qdisc()
[all …]
Dcls_api.c1100 tcm->tcm_handle = 0; in tcf_fill_node()
1301 fh = tp->ops->get(tp, t->tcm_handle); in tc_new_tfilter()
1321 err = tp->ops->change(net, skb, tp, cl, t->tcm_handle, tca, &fh, in tc_new_tfilter()
1374 if (prio == 0 && (protocol || t->tcm_handle || tca[TCA_KIND])) { in tc_del_tfilter()
1428 fh = tp->ops->get(tp, t->tcm_handle); in tc_del_tfilter()
1431 if (t->tcm_handle == 0) { in tc_del_tfilter()
1528 fh = tp->ops->get(tp, t->tcm_handle); in tc_get_tfilter()
1729 tcm->tcm_handle = 0; in tc_chain_fill_node()
Dcls_cgroup.c174 t->tcm_handle = head->handle; in cls_cgroup_dump()
Dsch_skbprio.c250 tcm->tcm_handle |= TC_H_MIN(cl); in skbprio_dump_class()
Dcls_basic.c274 t->tcm_handle = f->handle; in basic_dump()
Dsch_mq.c234 tcm->tcm_handle |= TC_H_MIN(cl); in mq_dump_class()
Dcls_matchall.c280 t->tcm_handle = head->handle; in mall_dump()
Dsch_multiq.c333 tcm->tcm_handle |= TC_H_MIN(cl); in multiq_dump_class()
Dsch_cbs.c419 tcm->tcm_handle |= TC_H_MIN(1); in cbs_dump_class()
Dsch_red.c375 tcm->tcm_handle |= TC_H_MIN(1); in red_dump_class()
Dsch_prio.c386 tcm->tcm_handle |= TC_H_MIN(cl); in prio_dump_class()
Dcls_fw.c396 t->tcm_handle = f->id; in fw_dump()
Dsch_tbf.c487 tcm->tcm_handle |= TC_H_MIN(1); in tbf_dump_class()
Dsch_drr.c253 tcm->tcm_handle = cl->common.classid; in drr_dump_class()
Dsch_dsmark.c431 tcm->tcm_handle = TC_H_MAKE(TC_H_MAJ(sch->handle), cl - 1); in dsmark_dump_class()
Dcls_route.c609 t->tcm_handle = f->handle; in route4_dump()
Dcls_flow.c628 t->tcm_handle = f->handle; in flow_dump()
Dsch_atm.c609 tcm->tcm_handle = flow->common.classid; in atm_tc_dump_class()
Dsch_mqprio.c505 tcm->tcm_handle |= TC_H_MIN(cl); in mqprio_dump_class()
Dcls_bpf.c588 tm->tcm_handle = prog->handle; in cls_bpf_dump()
Dcls_rsvp.h702 t->tcm_handle = f->handle; in rsvp_dump()
Dsch_fq_codel.c625 tcm->tcm_handle |= TC_H_MIN(cl); in fq_codel_dump_class()
Dsch_sfq.c853 tcm->tcm_handle |= TC_H_MIN(cl); in sfq_dump_class()
/Linux-v4.19/include/uapi/linux/
Drtnetlink.h557 __u32 tcm_handle; member

12