Searched refs:tcm (Results 1 - 12 of 12) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sched/
H A Dsch_api.c616 struct tcmsg *tcm = NLMSG_DATA(n); local
619 u32 clid = tcm->tcm_parent;
624 if ((dev = __dev_get_by_index(tcm->tcm_ifindex)) == NULL)
642 if (tcm->tcm_handle && q->handle != tcm->tcm_handle)
645 if ((q = qdisc_lookup(dev, tcm->tcm_handle)) == NULL)
677 struct tcmsg *tcm; local
686 tcm = NLMSG_DATA(n);
688 clid = tcm->tcm_parent;
691 if ((dev = __dev_get_by_index(tcm
815 struct tcmsg *tcm; local
937 struct tcmsg *tcm = NLMSG_DATA(n); local
1052 struct tcmsg *tcm; local
1127 struct tcmsg *tcm = (struct tcmsg*)NLMSG_DATA(cb->nlh); local
[all...]
H A Dcls_api.c321 struct tcmsg *tcm; local
325 nlh = NLMSG_NEW(skb, pid, seq, event, sizeof(*tcm), flags);
326 tcm = NLMSG_DATA(nlh);
327 tcm->tcm_family = AF_UNSPEC;
328 tcm->tcm__pad1 = 0;
329 tcm->tcm__pad1 = 0;
330 tcm->tcm_ifindex = tp->q->dev->ifindex;
331 tcm->tcm_parent = tp->classid;
332 tcm->tcm_info = TC_H_MAKE(tp->prio, tp->protocol);
334 tcm
389 struct tcmsg *tcm = (struct tcmsg*)NLMSG_DATA(cb->nlh); local
[all...]
H A Dsch_dsmark.c411 struct sk_buff *skb, struct tcmsg *tcm)
421 tcm->tcm_handle = TC_H_MAKE(TC_H_MAJ(sch->handle), cl-1);
422 tcm->tcm_info = p->q->handle;
410 dsmark_dump_class(struct Qdisc *sch, unsigned long cl, struct sk_buff *skb, struct tcmsg *tcm) argument
H A Dsch_prio.c358 struct tcmsg *tcm)
364 tcm->tcm_handle |= TC_H_MIN(cl);
366 tcm->tcm_info = q->queues[cl-1]->handle;
357 prio_dump_class(struct Qdisc *sch, unsigned long cl, struct sk_buff *skb, struct tcmsg *tcm) argument
H A Dsch_red.c292 struct sk_buff *skb, struct tcmsg *tcm)
298 tcm->tcm_handle |= TC_H_MIN(1);
299 tcm->tcm_info = q->qdisc->handle;
291 red_dump_class(struct Qdisc *sch, unsigned long cl, struct sk_buff *skb, struct tcmsg *tcm) argument
H A Dsch_tbf.c416 struct sk_buff *skb, struct tcmsg *tcm)
423 tcm->tcm_handle |= TC_H_MIN(1);
424 tcm->tcm_info = q->qdisc->handle;
415 tbf_dump_class(struct Qdisc *sch, unsigned long cl, struct sk_buff *skb, struct tcmsg *tcm) argument
H A Dsch_netem.c637 struct sk_buff *skb, struct tcmsg *tcm)
644 tcm->tcm_handle |= TC_H_MIN(1);
645 tcm->tcm_info = q->qdisc->handle;
636 netem_dump_class(struct Qdisc *sch, unsigned long cl, struct sk_buff *skb, struct tcmsg *tcm) argument
H A Dsch_atm.c611 struct sk_buff *skb, struct tcmsg *tcm)
618 DPRINTK("atm_tc_dump_class(sch %p,[qdisc %p],flow %p,skb %p,tcm %p)\n",
619 sch,p,flow,skb,tcm);
621 tcm->tcm_handle = flow->classid;
622 tcm->tcm_info = flow->q->handle;
610 atm_tc_dump_class(struct Qdisc *sch, unsigned long cl, struct sk_buff *skb, struct tcmsg *tcm) argument
H A Dsch_hfsc.c1331 struct tcmsg *tcm)
1337 tcm->tcm_parent = cl->cl_parent ? cl->cl_parent->classid : TC_H_ROOT;
1338 tcm->tcm_handle = cl->classid;
1340 tcm->tcm_info = cl->qdisc->handle;
1330 hfsc_dump_class(struct Qdisc *sch, unsigned long arg, struct sk_buff *skb, struct tcmsg *tcm) argument
H A Dsch_htb.c1138 struct sk_buff *skb, struct tcmsg *tcm)
1146 tcm->tcm_parent = cl->parent ? cl->parent->classid : TC_H_ROOT;
1147 tcm->tcm_handle = cl->classid;
1149 tcm->tcm_info = cl->un.leaf.q->handle;
1137 htb_dump_class(struct Qdisc *sch, unsigned long arg, struct sk_buff *skb, struct tcmsg *tcm) argument
H A Dsch_cbq.c1563 struct sk_buff *skb, struct tcmsg *tcm)
1570 tcm->tcm_parent = cl->tparent->classid;
1572 tcm->tcm_parent = TC_H_ROOT;
1573 tcm->tcm_handle = cl->classid;
1574 tcm->tcm_info = cl->q->handle;
1562 cbq_dump_class(struct Qdisc *sch, unsigned long arg, struct sk_buff *skb, struct tcmsg *tcm) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/mac80211/
H A Dwme.c540 struct sk_buff *skb, struct tcmsg *tcm)
548 tcm->tcm_handle = TC_H_MIN(cl);
549 tcm->tcm_parent = qd->handle;
550 tcm->tcm_info = q->queues[cl-1]->handle; /* do we need this? */
539 wme_classop_dump_class(struct Qdisc *qd, unsigned long cl, struct sk_buff *skb, struct tcmsg *tcm) argument

Completed in 176 milliseconds