Home
last modified time | relevance | path

Searched refs:tcamsg (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/include/uapi/linux/
Drtnetlink.h656 struct tcamsg { struct
661 #define TA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct tcamsg)))) argument
662 #define TA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct tcamsg))
/linux-4.4.14/net/sched/
Dact_api.c663 struct tcamsg *t; in tca_get_fill()
782 struct tcamsg *t; in tca_action_flush()
976 ret = nlmsg_parse(n, sizeof(struct tcamsg), tca, TCA_ACT_MAX, NULL); in tc_ctl_action()
1024 if (nlmsg_parse(n, sizeof(struct tcamsg), nla, TCAA_MAX, NULL) < 0) in find_dump_kind()
1053 struct tcamsg *t = (struct tcamsg *) nlmsg_data(cb->nlh); in tc_dump_action()