Searched defs:genl_ctrl_alloc_cache (Results 1 - 3 of 3) sorted by relevance

/external/libnl/lib/genl/
H A Dctrl.c141 int genl_ctrl_alloc_cache(struct nl_sock *sock, struct nl_cache **result) function
228 if ((err = genl_ctrl_alloc_cache(sk, &cache)) < 0)
/external/autotest/client/deps/iwcap/src/
H A Diwcap.c44 struct nl_cache *tmp = genl_ctrl_alloc_cache(h);
50 #define genl_ctrl_alloc_cache __genl_ctrl_alloc_cache macro
75 if (genl_ctrl_alloc_cache(state->nl_sock, &state->nl_cache)) {
/external/libpcap/
H A Dpcap-linux.c603 struct nl_cache *tmp = genl_ctrl_alloc_cache(h);
609 #define genl_ctrl_alloc_cache __genl_ctrl_alloc_cache macro
636 err = genl_ctrl_alloc_cache(state->nl_sock, &state->nl_cache);

Completed in 89 milliseconds