Lines Matching defs:cb
1318 struct nl_cb *cb;
1322 cb = nl_cb_alloc(NL_CB_DEFAULT);
1323 if (!cb) {
1336 nl_cb_err(cb, NL_CB_CUSTOM, error_handler_gscan, &res);
1337 nl_cb_set(cb, NL_CB_FINISH, NL_CB_CUSTOM, finish_handler_gscan, &res);
1338 nl_cb_set(cb, NL_CB_ACK, NL_CB_CUSTOM, ack_handler_gscan, &res);
1342 nl_recvmsgs(mInfo->cmd_sock, cb);