Home
last modified time | relevance | path

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

/external/libnl/include/
Dnetlink-local.h111 static inline int nl_cb_call(struct nl_cb *cb, int type, struct nl_msg *msg) in nl_cb_call() function
/external/libnl/lib/
Dnl.c214 if (nl_cb_call(cb, NL_CB_MSG_OUT, msg) != NL_OK) in nl_sendmsg()
492 err = nl_cb_call(cb, type, msg); \