Searched refs:rtnl_link_get_by_name (Results 1 – 14 of 14) sorted by relevance
/third_party/libnl/tests/ |
D | test-create-bridge.c | 55 link = rtnl_link_get_by_name(link_cache, TEST_BRIDGE_NAME); in main() 56 ltap = rtnl_link_get_by_name(link_cache, TEST_INTERFACE_NAME); in main() 74 ltap = rtnl_link_get_by_name(link_cache, TEST_INTERFACE_NAME); in main()
|
D | test-loopback-up-down.c | 22 if (!(link = rtnl_link_get_by_name(cache, "lo"))) { in main()
|
D | test-create-vrf.c | 43 if (!(link2 = rtnl_link_get_by_name(link_cache, "vrf-red"))) { in main()
|
D | test-u32-filter-with-actions.c | 267 if (!(link = rtnl_link_get_by_name(link_cache, "eth0"))) { in main()
|
D | test-complex-HTB-with-hash-filters.c | 542 if (!(link = rtnl_link_get_by_name(link_cache, "imq0"))) { in main()
|
/third_party/libnl/src/ |
D | nl-link-enslave.c | 35 if (!(master = rtnl_link_get_by_name(link_cache, argv[1]))) { in main() 40 if (!(slave = rtnl_link_get_by_name(link_cache, argv[2]))) { in main()
|
D | nl-link-release.c | 35 if (!(slave = rtnl_link_get_by_name(link_cache, argv[1]))) { in main()
|
/third_party/libnl/src/lib/ |
D | tc.c | 26 link = rtnl_link_get_by_name(link_cache, name); in nl_cli_tc_parse_dev()
|
/third_party/libnl/include/netlink/route/ |
D | link.h | 117 extern struct rtnl_link *rtnl_link_get_by_name(struct nl_cache *, const char *);
|
/third_party/libnl/python/netlink/route/ |
D | capi.i | 68 extern struct rtnl_link *rtnl_link_get_by_name(struct nl_cache *, const char *);
|
D | link.py | 128 link = capi.rtnl_link_get_by_name(self._nl_cache, key)
|
/third_party/libnl/ |
D | libnl-route-3.sym | 287 rtnl_link_get_by_name;
|
/third_party/libnl/lib/route/ |
D | link.c | 1337 struct rtnl_link *rtnl_link_get_by_name(struct nl_cache *cache, in rtnl_link_get_by_name() function 1512 link = rtnl_link_get_by_name(cache, name); in rtnl_link_name2i()
|
/third_party/libnl/doc/ |
D | route.txt | 209 struct rtnl_link *rtnl_link_get_by_name(struct nl_cache *cache, const char *name); 222 if (!(link = rtnl_link_get_by_name(cache, "eth1")))
|