Searched refs:rtnl_link_get_by_name (Results 1 – 11 of 11) sorted by relevance
/external/libnl/src/ |
D | nl-link-enslave.c | 32 if (!(master = rtnl_link_get_by_name(link_cache, argv[1]))) { in main() 37 if (!(slave = rtnl_link_get_by_name(link_cache, argv[2]))) { in main()
|
D | nl-link-release.c | 32 if (!(slave = rtnl_link_get_by_name(link_cache, argv[1]))) { in main()
|
/external/libnl/tests/ |
D | test-create-bridge.c | 52 link = rtnl_link_get_by_name(link_cache, TEST_BRIDGE_NAME); in main() 53 struct rtnl_link *ltap = rtnl_link_get_by_name(link_cache, TEST_INTERFACE_NAME); in main()
|
D | test-u32-filter-with-actions.c | 260 if (!(link = rtnl_link_get_by_name(link_cache, "eth0"))) { in main()
|
D | test-complex-HTB-with-hash-filters.c | 537 if (!(link = rtnl_link_get_by_name(link_cache, "imq0"))) { in main()
|
/external/libnl/src/lib/ |
D | tc.c | 25 link = rtnl_link_get_by_name(link_cache, name); in nl_cli_tc_parse_dev()
|
/external/libnl/include/netlink/route/ |
D | link.h | 114 extern struct rtnl_link *rtnl_link_get_by_name(struct nl_cache *, const char *);
|
/external/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)
|
/external/libnl/lib/route/ |
D | link.c | 1085 struct rtnl_link *rtnl_link_get_by_name(struct nl_cache *cache, in rtnl_link_get_by_name() function 1236 link = rtnl_link_get_by_name(cache, name); in rtnl_link_name2i()
|
/external/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")))
|