Searched refs:nl_cli_route_alloc_cache (Results 1 – 7 of 7) sorted by relevance
19 extern struct nl_cache *nl_cli_route_alloc_cache(struct nl_sock *, int);
58 nl_cli_route_alloc_cache(sock, 0); in main()
126 route_cache = nl_cli_route_alloc_cache(sock, in main()
68 route_cache = nl_cli_route_alloc_cache(sock, 0); in main()
96 route_cache = nl_cli_route_alloc_cache(sock, 0); in main()
81 nl_cli_route_alloc_cache;
34 struct nl_cache *nl_cli_route_alloc_cache(struct nl_sock *sk, int flags) in nl_cli_route_alloc_cache() function