Searched defs:genl_ctrl_alloc_cache (Results 1 - 2 of 2) 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/libpcap/
H A Dpcap-linux.c573 struct nl_cache *tmp = genl_ctrl_alloc_cache(h);
579 #define genl_ctrl_alloc_cache __genl_ctrl_alloc_cache macro
606 err = genl_ctrl_alloc_cache(state->nl_sock, &state->nl_cache);

Completed in 355 milliseconds