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

  /external/libnl/include/netlink/
handlers.h 120 extern struct nl_cb * nl_cb_get(struct nl_cb *);
  /external/libnl/lib/
socket.c 190 sk->s_cb = nl_cb_get(cb);
611 return nl_cb_get(sk->s_cb);
620 sk->s_cb = nl_cb_get(cb);
handlers.c 244 struct nl_cb *nl_cb_get(struct nl_cb *cb) function
  /system/extras/taskstats/
taskstats.c 106 struct nl_cb* callbacks = nl_cb_get(nl_cb_alloc(NL_CB_CUSTOM));

Completed in 1291 milliseconds