Searched refs:nl_cli_route_alloc_cache (Results 1 – 6 of 6) sorted by relevance
19 extern struct nl_cache *nl_cli_route_alloc_cache(struct nl_sock *, int);
56 route_cache = nl_cli_route_alloc_cache(sock, 0); in main()
123 route_cache = nl_cli_route_alloc_cache(sock, in main()
65 route_cache = nl_cli_route_alloc_cache(sock, 0); in main()
93 route_cache = nl_cli_route_alloc_cache(sock, 0); in main()
33 struct nl_cache *nl_cli_route_alloc_cache(struct nl_sock *sk, int flags) in nl_cli_route_alloc_cache() function