Lines Matching refs:tx_sem
889 k_sem_give(&conn->tx_sem); in tcp_conn_close_debug()
1881 (void)k_sem_take(&conn->tx_sem, K_NO_WAIT); in tcp_resend_data()
2123 k_sem_init(&conn->tx_sem, 1, 1); in tcp_conn_alloc()
2916 (void)k_sem_take(&conn->tx_sem, K_NO_WAIT); in tcp_in()
2918 k_sem_give(&conn->tx_sem); in tcp_in()
3170 (void)k_sem_take(&conn->tx_sem, K_NO_WAIT); in tcp_in()
3212 k_sem_give(&conn->tx_sem); in tcp_in()
3263 (void)k_sem_take(&conn->tx_sem, K_NO_WAIT); in tcp_in()
3313 (void)k_sem_take(&conn->tx_sem, K_NO_WAIT); in tcp_in()
3315 k_sem_give(&conn->tx_sem); in tcp_in()
3794 (void)k_sem_take(&conn->tx_sem, K_NO_WAIT); in net_tcp_queue()
4609 return &conn->tx_sem; in net_tcp_tx_sem_get()