Searched refs:udp_session_cb (Results 1 – 2 of 2) sorted by relevance
41 static zperf_callback udp_session_cb; variable145 if (udp_session_cb != NULL) { in udp_received()146 udp_session_cb(ZPERF_SESSION_STARTED, NULL, in udp_received()188 if (udp_session_cb != NULL) { in udp_received()189 udp_session_cb(ZPERF_SESSION_FINISHED, &results, in udp_received()310 udp_session_cb = NULL; in udp_receiver_cleanup()360 if (udp_session_cb != NULL) { in udp_recv_data()361 udp_session_cb(ZPERF_SESSION_ERROR, NULL, udp_user_data); in udp_recv_data()525 udp_session_cb = callback; in zperf_udp_download()
314 static void udp_session_cb(enum zperf_status status, in udp_session_cb() function456 ret = zperf_udp_download(¶m, udp_session_cb, (void *)sh); in cmd_udp_download()