Searched refs:tx_timer (Results 1 – 2 of 2) sorted by relevance
94 k_timer_init(&ctrl->tx_timer, wait_transmit, NULL); in udp_control_init()102 &ctrl->tx_timer, in udp_control_access_grant()188 struct udp_control *ctrl = CONTAINER_OF(timer, struct udp_control, tx_timer); in wait_transmit()295 k_timer_start(&data->udp.ctrl->tx_timer, UDP_SLEEP, K_NO_WAIT); in process_udp_proto()382 k_timer_stop(&udp6_ctrl.tx_timer); in stop_udp()391 k_timer_stop(&udp4_ctrl.tx_timer); in stop_udp()
43 struct k_timer tx_timer; member
Completed in 15 milliseconds