tcamsg            600 include/linux/rtnetlink.h #define TA_RTA(r)  ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct tcamsg))))
tcamsg            601 include/linux/rtnetlink.h #define TA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct tcamsg))
tcamsg            408 net/core/rtnetlink.c 	[RTM_FAM(RTM_NEWACTION)]    = NLMSG_LENGTH(sizeof(struct tcamsg)),
tcamsg            630 net/sched/act_api.c 	struct tcamsg *t;
tcamsg            748 net/sched/act_api.c 	struct tcamsg *t;
tcamsg            885 net/sched/act_api.c 	struct tcamsg *t;
tcamsg            966 net/sched/act_api.c 	ret = nlmsg_parse(n, sizeof(struct tcamsg), tca, TCA_ACT_MAX, NULL);
tcamsg           1013 net/sched/act_api.c 	if (nlmsg_parse(n, sizeof(struct tcamsg), nla, TCAA_MAX, NULL) < 0)
tcamsg           1043 net/sched/act_api.c 	struct tcamsg *t = (struct tcamsg *) NLMSG_DATA(cb->nlh);