Home
last modified time | relevance | path

Searched refs:tcp_fin_timeout (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/subsys/net/ip/
Dtcp.c1959 static void tcp_fin_timeout(struct k_work *work) in tcp_fin_timeout() function
2154 k_work_init_delayable(&conn->fin_timer, tcp_fin_timeout); in tcp_conn_alloc()