Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
A Drtnetlink.h762 struct tcamsg { struct
780 #define TA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct tcamsg)))) argument
781 #define TA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct tcamsg))
/linux/net/sched/
A Dact_api.c231 + sizeof(struct tcamsg) in tcf_action_full_attrs_size()
1199 struct tcamsg *t; in tca_get_fill()
1300 struct tcamsg *t; in tca_action_flush()
1548 ret = nlmsg_parse_deprecated(n, sizeof(struct tcamsg), tca, in tc_ctl_action()
1617 struct tcamsg *t = (struct tcamsg *) nlmsg_data(cb->nlh); in tc_dump_action()
1626 ret = nlmsg_parse_deprecated(cb->nlh, sizeof(struct tcamsg), tb, in tc_dump_action()

Completed in 9 milliseconds