tcmsg             491 include/linux/rtnetlink.h #define TCA_RTA(r)  ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct tcmsg))))
tcmsg             492 include/linux/rtnetlink.h #define TCA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct tcmsg))
tcmsg             100 include/net/sch_generic.h 					struct sk_buff *skb, struct tcmsg*);
tcmsg             155 include/net/sch_generic.h 					struct sk_buff *skb, struct tcmsg*);
tcmsg             405 net/core/rtnetlink.c 	[RTM_FAM(RTM_NEWQDISC)]     = NLMSG_LENGTH(sizeof(struct tcmsg)),
tcmsg             406 net/core/rtnetlink.c 	[RTM_FAM(RTM_NEWTCLASS)]    = NLMSG_LENGTH(sizeof(struct tcmsg)),
tcmsg             407 net/core/rtnetlink.c 	[RTM_FAM(RTM_NEWTFILTER)]   = NLMSG_LENGTH(sizeof(struct tcmsg)),
tcmsg             124 net/sched/cls_api.c 	struct tcmsg *t;
tcmsg             332 net/sched/cls_api.c 	struct tcmsg *tcm;
tcmsg             403 net/sched/cls_api.c 	struct tcmsg *tcm = (struct tcmsg *)NLMSG_DATA(cb->nlh);
tcmsg             946 net/sched/sch_api.c 	struct tcmsg *tcm = NLMSG_DATA(n);
tcmsg            1011 net/sched/sch_api.c 	struct tcmsg *tcm;
tcmsg            1150 net/sched/sch_api.c 	struct tcmsg *tcm;
tcmsg            1324 net/sched/sch_api.c 	struct tcmsg *tcm = NLMSG_DATA(n);
tcmsg            1447 net/sched/sch_api.c 	struct tcmsg *tcm;
tcmsg            1567 net/sched/sch_api.c 	struct tcmsg *tcm = (struct tcmsg*)NLMSG_DATA(cb->nlh);