HomeSort by relevance Sort by last modified time
    Searched refs:genl_ctrl_alloc_cache (Results 1 - 5 of 5) sorted by null

  /external/libnl/include/netlink/genl/
ctrl.h 25 extern int genl_ctrl_alloc_cache(struct nl_sock *,
  /external/libnl/src/
genl-ctrl-list.c 17 genl_ctrl_alloc_cache);
  /external/libnl/lib/genl/
mngt.c 242 if ((err = genl_ctrl_alloc_cache(sk, &ctrl)) < 0)
258 if ((err = genl_ctrl_alloc_cache(sk, &ctrl)) < 0)
ctrl.c 141 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/
pcap-linux.c 573 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);
    [all...]

Completed in 74 milliseconds