Home
last modified time | relevance | path

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

/Linux-v5.4/include/uapi/linux/
Drtnetlink.h722 struct tcamsg { struct
740 #define TA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct tcamsg)))) argument
741 #define TA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct tcamsg))
/Linux-v5.4/net/sched/
Dact_api.c200 + sizeof(struct tcamsg) in tcf_action_full_attrs_size()
1042 struct tcamsg *t; in tca_get_fill()
1143 struct tcamsg *t; in tca_action_flush()
1394 ret = nlmsg_parse_deprecated(n, sizeof(struct tcamsg), tca, in tc_ctl_action()
1463 struct tcamsg *t = (struct tcamsg *) nlmsg_data(cb->nlh); in tc_dump_action()
1472 ret = nlmsg_parse_deprecated(cb->nlh, sizeof(struct tcamsg), tb, in tc_dump_action()