Home
last modified time | relevance | path

Searched refs:cb_set (Results 1 – 4 of 4) sorted by relevance

/external/libnl/lib/
Dnl.c310 if (cb->cb_set[NL_CB_MSG_OUT]) in nl_sendmsg()
822 if (cb->cb_set[NL_CB_MSG_IN]) in recvmsgs()
828 if (cb->cb_set[NL_CB_SEQ_CHECK]) { in recvmsgs()
834 if (cb->cb_set[NL_CB_INVALID]) in recvmsgs()
859 if (cb->cb_set[NL_CB_DUMP_INTR]) in recvmsgs()
873 if (cb->cb_set[NL_CB_SEND_ACK]) in recvmsgs()
886 if (cb->cb_set[NL_CB_FINISH]) in recvmsgs()
895 if (cb->cb_set[NL_CB_SKIPPED]) in recvmsgs()
905 if (cb->cb_set[NL_CB_OVERRUN]) in recvmsgs()
922 if (cb->cb_set[NL_CB_INVALID]) in recvmsgs()
[all …]
Dhandlers.c303 cb->cb_set[type] = func; in nl_cb_set()
306 cb->cb_set[type] = cb_def[type][kind]; in nl_cb_set()
/external/libnl/include/netlink-private/
Dnetlink.h141 ret = cb->cb_set[type](msg, cb->cb_args[type]); in nl_cb_call()
Dtypes.h41 nl_recvmsg_msg_cb_t cb_set[NL_CB_TYPE_MAX+1]; member