Searched refs:tcamsg (Results 1 – 3 of 3) sorted by relevance
/linux-2.6.39/net/sched/ |
D | act_api.c | 651 struct tcamsg *t; in tca_get_fill() 771 struct tcamsg *t; in tca_action_flush() 910 struct tcamsg *t; in tcf_add_notify() 989 ret = nlmsg_parse(n, sizeof(struct tcamsg), tca, TCA_ACT_MAX, NULL); in tc_ctl_action() 1037 if (nlmsg_parse(n, sizeof(struct tcamsg), nla, TCAA_MAX, NULL) < 0) in find_dump_kind() 1066 struct tcamsg *t = (struct tcamsg *) NLMSG_DATA(cb->nlh); in tc_dump_action()
|
/linux-2.6.39/include/linux/ |
D | rtnetlink.h | 593 struct tcamsg { struct 598 #define TA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct tcamsg)))) argument 599 #define TA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct tcamsg))
|
/linux-2.6.39/net/core/ |
D | rtnetlink.c | 501 [RTM_FAM(RTM_NEWACTION)] = NLMSG_LENGTH(sizeof(struct tcamsg)),
|