Home
last modified time | relevance | path

Searched refs:tcmsg (Results 1 – 25 of 25) sorted by relevance

/external/libnl/lib/route/
Dclass.c64 struct tcmsg tchdr = { in class_request_update()
164 struct tcmsg tchdr; in rtnl_class_build_delete_request()
281 .co_hdrsize = sizeof(struct tcmsg),
Dcls.c72 struct tcmsg tchdr = { in cls_request_update()
88 struct tcmsg *tchdr; in cls_build()
318 .co_hdrsize = sizeof(struct tcmsg),
Dqdisc.c133 struct tcmsg tchdr = { in qdisc_request_update()
318 struct tcmsg tchdr; in rtnl_qdisc_build_delete_request()
445 .co_hdrsize = sizeof(struct tcmsg),
Dtc.c61 struct tcmsg *tm; in tca_msg_parser()
329 struct tcmsg tchdr = { in tca_build_msg()
/external/iproute2/tc/
Dtc_qdisc.c57 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()
Dtc_filter.c48 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()
Dtc_class.c62 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()
Df_cgroup.c28 struct tcmsg *t = NLMSG_DATA(n); in cgroup_parse_opt()
Df_basic.c42 struct tcmsg *t = NLMSG_DATA(n); in basic_parse_opt()
Df_fw.c37 struct tcmsg *t = NLMSG_DATA(n); in fw_parse_opt()
Df_route.c40 struct tcmsg *t = NLMSG_DATA(n); in route_parse_opt()
Df_tcindex.c30 struct tcmsg *t = NLMSG_DATA(n); in tcindex_parse_opt()
Df_bpf.c68 struct tcmsg *t = NLMSG_DATA(n); in bpf_parse_opt()
Dtc.c99 struct tcmsg *t = NLMSG_DATA(n); in parse_nofopt()
Df_flow.c137 struct tcmsg *t = NLMSG_DATA(n); in flow_parse_opt()
Dm_xt_old.c301 struct tcmsg *t = NLMSG_DATA(n); in parse_ipt()
Dm_xt.c237 struct tcmsg *t = NLMSG_DATA(n);
Df_rsvp.c174 struct tcmsg *t = NLMSG_DATA(n); in rsvp_parse_opt()
Df_flower.c166 struct tcmsg *t = NLMSG_DATA(n); in flower_parse_opt()
Dm_ipt.c484 struct tcmsg *t = NLMSG_DATA(n); in parse_ipt()
Df_u32.c980 struct tcmsg *t = NLMSG_DATA(n); in u32_parse_opt()
/external/libnl/include/linux/
Drtnetlink.h464 struct tcmsg struct
490 #define TCA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct tcmsg)))) argument
491 #define TCA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct tcmsg))
/external/kernel-headers/original/uapi/linux/
Drtnetlink.h518 struct tcmsg { struct
543 #define TCA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct tcmsg)))) argument
544 #define TCA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct tcmsg))
/external/iproute2/include/linux/
Drtnetlink.h520 struct tcmsg { struct
545 #define TCA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct tcmsg)))) argument
546 #define TCA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct tcmsg))
/external/libnl/lib/route/sch/
Dnetem.c294 NLMSG_LENGTH(sizeof(struct tcmsg)) - NLMSG_ALIGNTO); in netem_build_msg()