Home
last modified time | relevance | path

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

/external/libnl/lib/
Dnl.c339 if (cb->cb_set[NL_CB_MSG_OUT]) in nl_sendmsg()
874 if (cb->cb_set[NL_CB_MSG_IN]) in recvmsgs()
880 if (cb->cb_set[NL_CB_SEQ_CHECK]) { in recvmsgs()
886 if (cb->cb_set[NL_CB_INVALID]) in recvmsgs()
911 if (cb->cb_set[NL_CB_DUMP_INTR]) in recvmsgs()
925 if (cb->cb_set[NL_CB_SEND_ACK]) in recvmsgs()
938 if (cb->cb_set[NL_CB_FINISH]) in recvmsgs()
947 if (cb->cb_set[NL_CB_SKIPPED]) in recvmsgs()
957 if (cb->cb_set[NL_CB_OVERRUN]) in recvmsgs()
974 if (cb->cb_set[NL_CB_INVALID]) in recvmsgs()
[all …]
Dhandlers.c304 cb->cb_set[type] = func; in nl_cb_set()
307 cb->cb_set[type] = cb_def[type][kind]; in nl_cb_set()
/external/libnl/include/netlink-private/
Dnetlink.h144 ret = cb->cb_set[type](msg, cb->cb_args[type]); in nl_cb_call()
Dtypes.h53 nl_recvmsg_msg_cb_t cb_set[NL_CB_TYPE_MAX+1]; member