Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Drtnetlink.h712 struct tcamsg { struct
730 #define TA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct tcamsg)))) argument
731 #define TA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct tcamsg))
/Linux-v4.19/net/sched/
Dact_api.c177 + sizeof(struct tcamsg) in tcf_action_full_attrs_size()
1001 struct tcamsg *t; in tca_get_fill()
1099 struct tcamsg *t; in tca_action_flush()
1344 ret = nlmsg_parse(n, sizeof(struct tcamsg), tca, TCA_ROOT_MAX, NULL, in tc_ctl_action()
1417 struct tcamsg *t = (struct tcamsg *) nlmsg_data(cb->nlh); in tc_dump_action()
1426 ret = nlmsg_parse(cb->nlh, sizeof(struct tcamsg), tb, TCA_ROOT_MAX, in tc_dump_action()