Lines Matching refs:fin_timer
804 (void)k_work_cancel_delayable(&conn->fin_timer); in tcp_conn_release()
1897 &conn->fin_timer, in tcp_resend_data()
1962 struct tcp *conn = CONTAINER_OF(dwork, struct tcp, fin_timer); in tcp_fin_timeout()
1979 struct tcp *conn = CONTAINER_OF(dwork, struct tcp, fin_timer); in tcp_last_ack_timeout()
1995 k_work_init_delayable(&conn->fin_timer, tcp_last_ack_timeout); in tcp_setup_last_ack_timer()
2001 &conn->fin_timer, in tcp_setup_last_ack_timer()
2007 k_work_cancel_delayable(&conn->fin_timer); in tcp_cancel_last_ack_timer()
2154 k_work_init_delayable(&conn->fin_timer, tcp_fin_timeout); in tcp_conn_alloc()
2544 k_work_cancel_delayable(&conn->fin_timer); in tcp_enter_time_wait()
3245 &conn->fin_timer, in tcp_in()
3663 &conn->fin_timer, in net_tcp_put()