OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:nl_cb_get
(Results
1 - 4
of
4
) sorted by null
/external/libnl/include/netlink/
handlers.h
118
extern struct nl_cb *
nl_cb_get
(struct nl_cb *);
/external/libnl/lib/
socket.c
142
return __alloc_socket(
nl_cb_get
(cb));
457
return
nl_cb_get
(sk->s_cb);
463
sk->s_cb =
nl_cb_get
(cb);
handlers.c
247
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 574 milliseconds