Home
last modified time | relevance | path

Searched refs:tcmsg (Results 1 – 25 of 29) sorted by relevance

12

/linux-2.6.39/net/sched/
Dcls_api.c126 struct tcmsg *t; in tc_ctl_tfilter()
348 struct tcmsg *tcm; in tcf_fill_node()
420 struct tcmsg *tcm = (struct tcmsg *)NLMSG_DATA(cb->nlh); in tc_dump_tfilter()
Dsch_mq.c129 struct tcmsg *tcm) in mq_select_queue()
179 struct sk_buff *skb, struct tcmsg *tcm) in mq_dump_class()
Dsch_api.c971 struct tcmsg *tcm = NLMSG_DATA(n); in tc_get_qdisc()
1035 struct tcmsg *tcm; in tc_modify_qdisc()
1185 struct tcmsg *tcm; in tc_fill_qdisc()
1363 struct tcmsg *tcm = NLMSG_DATA(n); in tc_ctl_tclass()
1489 struct tcmsg *tcm; in tc_fill_tclass()
1562 struct tcmsg *tcm, struct netlink_callback *cb, in tc_dump_tclass_qdisc()
1591 struct tcmsg *tcm, struct netlink_callback *cb, in tc_dump_tclass_root()
1612 struct tcmsg *tcm = (struct tcmsg *)NLMSG_DATA(cb->nlh); in tc_dump_tclass()
Dcls_cgroup.c247 struct sk_buff *skb, struct tcmsg *t) in cls_cgroup_dump()
Dcls_basic.c246 struct sk_buff *skb, struct tcmsg *t) in basic_dump()
Dcls_fw.c330 struct sk_buff *skb, struct tcmsg *t) in fw_dump()
Dsch_red.c267 struct sk_buff *skb, struct tcmsg *tcm) in red_dump_class()
Dsch_multiq.c344 struct sk_buff *skb, struct tcmsg *tcm) in multiq_dump_class()
Dsch_prio.c308 struct tcmsg *tcm) in prio_dump_class()
Dsch_tbf.c372 struct sk_buff *skb, struct tcmsg *tcm) in tbf_dump_class()
Dsch_mqprio.c282 struct sk_buff *skb, struct tcmsg *tcm) in mqprio_dump_class()
Dsch_dsmark.c416 struct sk_buff *skb, struct tcmsg *tcm) in dsmark_dump_class()
Dcls_tcindex.c424 struct sk_buff *skb, struct tcmsg *t) in tcindex_dump()
Dsch_drr.c251 struct sk_buff *skb, struct tcmsg *tcm) in drr_dump_class()
Dcls_route.c556 struct sk_buff *skb, struct tcmsg *t) in route4_dump()
Dcls_rsvp.h600 struct sk_buff *skb, struct tcmsg *t) in rsvp_dump()
Dsch_choke.c623 struct sk_buff *skb, struct tcmsg *tcm) in choke_dump_class()
Dcls_flow.c640 struct sk_buff *skb, struct tcmsg *t) in flow_dump()
Dsch_atm.c586 struct sk_buff *skb, struct tcmsg *tcm) in atm_tc_dump_class()
Dsch_sfb.c586 struct sk_buff *skb, struct tcmsg *tcm) in sfb_dump_class()
Dsch_sfq.c637 struct sk_buff *skb, struct tcmsg *tcm) in sfq_dump_class()
Dcls_u32.c718 struct sk_buff *skb, struct tcmsg *t) in u32_dump()
/linux-2.6.39/include/net/
Dsch_generic.h124 struct netdev_queue * (*select_queue)(struct Qdisc *, struct tcmsg *);
146 struct sk_buff *skb, struct tcmsg*);
199 struct sk_buff *skb, struct tcmsg*);
/linux-2.6.39/include/linux/
Drtnetlink.h467 struct tcmsg { struct
492 #define TCA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct tcmsg)))) argument
493 #define TCA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct tcmsg))
/linux-2.6.39/net/core/
Drtnetlink.c498 [RTM_FAM(RTM_NEWQDISC)] = NLMSG_LENGTH(sizeof(struct tcmsg)),
499 [RTM_FAM(RTM_NEWTCLASS)] = NLMSG_LENGTH(sizeof(struct tcmsg)),
500 [RTM_FAM(RTM_NEWTFILTER)] = NLMSG_LENGTH(sizeof(struct tcmsg)),

12