Home
last modified time | relevance | path

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

/third_party/libnl/lib/route/
Dcls.c40 struct tcmsg *tchdr; in cls_build()
406 struct tcmsg tchdr = { in cls_request_update()
426 .co_hdrsize = sizeof(struct tcmsg),
Dclass.c63 struct tcmsg tchdr = { in class_request_update()
199 struct tcmsg tchdr; in rtnl_class_build_delete_request()
481 .co_hdrsize = sizeof(struct tcmsg),
Dqdisc.c53 struct tcmsg tchdr = { in qdisc_request_update()
278 struct tcmsg tchdr; in rtnl_qdisc_build_delete_request()
537 .co_hdrsize = sizeof(struct tcmsg),
Dtc.c71 struct tcmsg *tm; in rtnl_tc_msg_parse()
206 struct tcmsg tchdr = { in rtnl_tc_msg_build()
Dact.c552 .co_hdrsize = sizeof(struct tcmsg),
/third_party/libnl/include/linux-private/linux/
Drtnetlink.h552 struct tcmsg { struct
593 #define TCA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct tcmsg))))
594 #define TCA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct tcmsg))
/third_party/libnl/lib/route/qdisc/
Dnetem.c327 NLMSG_LENGTH(sizeof(struct tcmsg)) - NLMSG_ALIGNTO); in netem_msg_fill_raw()