Home
last modified time | relevance | path

Searched refs:tst_rtnl_attr_list (Results 1 – 4 of 4) sorted by relevance

/third_party/ltp/include/
Dtst_rtnetlink.h10 struct tst_rtnl_attr_list { struct
14 const struct tst_rtnl_attr_list *sublist; argument
90 struct tst_rtnl_context *ctx, const struct tst_rtnl_attr_list *list);
/third_party/ltp/lib/
Dtst_netdevice.c106 struct tst_rtnl_attr_list peerinfo[] = { in tst_create_veth_pair()
110 struct tst_rtnl_attr_list peerdata[] = { in tst_create_veth_pair()
114 struct tst_rtnl_attr_list attrs[] = { in tst_create_veth_pair()
116 {IFLA_LINKINFO, NULL, 0, (const struct tst_rtnl_attr_list[]){ in tst_create_veth_pair()
165 struct tst_rtnl_attr_list attrs[] = { in tst_netdev_add_device()
167 {IFLA_LINKINFO, NULL, 0, (const struct tst_rtnl_attr_list[]){ in tst_netdev_add_device()
Dtst_rtnetlink.c319 const struct tst_rtnl_attr_list *list) in tst_rtnl_add_attr_list()
/third_party/ltp/doc/
Dnetwork-c-api.txt294 struct tst_rtnl_attr_list {
298 const struct tst_rtnl_attr_list *sublist;
314 +struct tst_rtnl_attr_list+ is a helper structure for defining complex
424 tst_rtnl_attr_list *list)+ – Adds a list of attributes to the last message
425 in +ctx+ buffer. See description of +struct tst_rtnl_attr_list+ and