Lines Matching defs:cb
991 struct nl_cb * cb;
993 cb = nl_cb_alloc(NL_CB_DEFAULT);
994 if (!cb) {
1007 nl_cb_err(cb, NL_CB_CUSTOM, error_handler_nan, &res);
1008 nl_cb_set(cb, NL_CB_FINISH, NL_CB_CUSTOM, finish_handler_nan, &res);
1009 nl_cb_set(cb, NL_CB_ACK, NL_CB_CUSTOM, ack_handler_nan, &res);
1013 nl_recvmsgs(mInfo->cmd_sock, cb);