Home
last modified time | relevance | path

Searched refs:rtnl_link_veth_alloc (Results 1 – 3 of 3) sorted by relevance

/external/libnl/include/netlink/route/link/
Dveth.h23 extern struct rtnl_link *rtnl_link_veth_alloc(void);
/external/libnl/lib/route/link/
Dveth.c212 struct rtnl_link *rtnl_link_veth_alloc(void) in rtnl_link_veth_alloc() function
280 if (!(link = rtnl_link_veth_alloc())) in rtnl_link_veth_add()
/external/libnl/tests/
Dtest-create-veth.c21 link = rtnl_link_veth_alloc(); in main()