Home
last modified time | relevance | path

Searched refs:nl_cb_call (Results 1 – 2 of 2) sorted by relevance

/external/libnl/include/netlink-private/
Dnetlink.h139 static inline int nl_cb_call(struct nl_cb *cb, enum nl_cb_type type, struct nl_msg *msg) in nl_cb_call() function
/external/libnl/lib/
Dnl.c340 if ((ret = nl_cb_call(cb, NL_CB_MSG_OUT, msg)) != NL_OK) in nl_sendmsg()
812 err = nl_cb_call(cb, type, msg); \