Searched refs:rtnl_link_alloc_cache (Results 1 – 15 of 15) sorted by relevance
/external/libnl/tests/ |
D | test-create-vlan.c | 18 if ((err = rtnl_link_alloc_cache(sk, AF_UNSPEC, &link_cache)) < 0) { in main()
|
D | test-create-macvlan.c | 19 if ((err = rtnl_link_alloc_cache(sk, AF_UNSPEC, &link_cache)) < 0) { in main()
|
D | test-create-ip6tnl.c | 18 err = rtnl_link_alloc_cache(sk, AF_UNSPEC, &link_cache); in main()
|
D | test-create-ipip.c | 18 err = rtnl_link_alloc_cache(sk, AF_UNSPEC, &link_cache); in main()
|
D | test-create-sit.c | 18 err = rtnl_link_alloc_cache(sk, AF_UNSPEC, &link_cache); in main()
|
D | test-create-ipvti.c | 18 err = rtnl_link_alloc_cache(sk, AF_UNSPEC, &link_cache); in main()
|
D | test-create-ipgre.c | 18 err = rtnl_link_alloc_cache(sk, AF_UNSPEC, &link_cache); in main()
|
D | test-create-bridge.c | 40 if ((err = rtnl_link_alloc_cache(sk, AF_UNSPEC, &link_cache)) < 0) { in main()
|
D | test-u32-filter-with-actions.c | 252 if ((err = rtnl_link_alloc_cache(sock, AF_UNSPEC, &link_cache)) < 0) { in main()
|
D | test-complex-HTB-with-hash-filters.c | 529 if ((err = rtnl_link_alloc_cache(sock, AF_UNSPEC, &link_cache)) < 0) { in main()
|
/external/libnl/src/lib/ |
D | link.c | 39 if ((err = rtnl_link_alloc_cache(sock, family, &cache)) < 0) in nl_cli_link_alloc_cache_family()
|
/external/libnl/include/netlink/route/ |
D | link.h | 112 extern int rtnl_link_alloc_cache(struct nl_sock *, int, struct nl_cache **);
|
/external/libnl/doc/ |
D | route.txt | 184 using +rtnl_link_alloc_cache()+ to hold the links. It will automatically 193 int rtnl_link_alloc_cache(struct nl_sock *sk, int family, struct nl_cache **result) 219 if (rtnl_link_alloc_cache(sock, AF_UNSPEC, &cache)) < 0) 1598 if (rtnl_link_alloc_cache(sock, &all_qdiscs) < 0)
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver_macsec_linux.c | 325 err = rtnl_link_alloc_cache(drv->sk, AF_UNSPEC, &drv->link_cache); in macsec_drv_macsec_init()
|
/external/libnl/lib/route/ |
D | link.c | 1018 int rtnl_link_alloc_cache(struct nl_sock *sk, int family, struct nl_cache **result) in rtnl_link_alloc_cache() function
|