Searched refs:tcmsg (Results 1 – 25 of 25) sorted by relevance
64 struct tcmsg tchdr = { in class_request_update()164 struct tcmsg tchdr; in rtnl_class_build_delete_request()281 .co_hdrsize = sizeof(struct tcmsg),
72 struct tcmsg tchdr = { in cls_request_update()88 struct tcmsg *tchdr; in cls_build()318 .co_hdrsize = sizeof(struct tcmsg),
133 struct tcmsg tchdr = { in qdisc_request_update()318 struct tcmsg tchdr; in rtnl_qdisc_build_delete_request()445 .co_hdrsize = sizeof(struct tcmsg),
61 struct tcmsg *tm; in tca_msg_parser()329 struct tcmsg tchdr = { in tca_build_msg()
57 struct tcmsg t; in tc_qdisc_modify()67 req.n.nlmsg_len = NLMSG_LENGTH(sizeof(struct tcmsg)); in tc_qdisc_modify()209 struct tcmsg *t = NLMSG_DATA(n); in print_qdisc()288 struct tcmsg t; in tc_qdisc_list()
48 struct tcmsg t; in tc_filter_modify()66 req.n.nlmsg_len = NLMSG_LENGTH(sizeof(struct tcmsg)); in tc_filter_modify()199 struct tcmsg *t = NLMSG_DATA(n); in print_filter()279 struct tcmsg t; in tc_filter_list()
62 struct tcmsg t; in tc_class_modify()75 req.n.nlmsg_len = NLMSG_LENGTH(sizeof(struct tcmsg)); in tc_class_modify()309 struct tcmsg *t = NLMSG_DATA(n); in print_class()396 struct tcmsg t; in tc_class_list()
28 struct tcmsg *t = NLMSG_DATA(n); in cgroup_parse_opt()
42 struct tcmsg *t = NLMSG_DATA(n); in basic_parse_opt()
37 struct tcmsg *t = NLMSG_DATA(n); in fw_parse_opt()
40 struct tcmsg *t = NLMSG_DATA(n); in route_parse_opt()
30 struct tcmsg *t = NLMSG_DATA(n); in tcindex_parse_opt()
68 struct tcmsg *t = NLMSG_DATA(n); in bpf_parse_opt()
99 struct tcmsg *t = NLMSG_DATA(n); in parse_nofopt()
137 struct tcmsg *t = NLMSG_DATA(n); in flow_parse_opt()
301 struct tcmsg *t = NLMSG_DATA(n); in parse_ipt()
237 struct tcmsg *t = NLMSG_DATA(n);
174 struct tcmsg *t = NLMSG_DATA(n); in rsvp_parse_opt()
166 struct tcmsg *t = NLMSG_DATA(n); in flower_parse_opt()
484 struct tcmsg *t = NLMSG_DATA(n); in parse_ipt()
980 struct tcmsg *t = NLMSG_DATA(n); in u32_parse_opt()
464 struct tcmsg struct490 #define TCA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct tcmsg)))) argument491 #define TCA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct tcmsg))
518 struct tcmsg { struct543 #define TCA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct tcmsg)))) argument544 #define TCA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct tcmsg))
520 struct tcmsg { struct545 #define TCA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct tcmsg)))) argument546 #define TCA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct tcmsg))
294 NLMSG_LENGTH(sizeof(struct tcmsg)) - NLMSG_ALIGNTO); in netem_build_msg()