Searched refs:tcp_send_keepalive_probe (Results 1 – 1 of 1) sorted by relevance
557 static void tcp_send_keepalive_probe(struct k_work *work);567 k_work_init_delayable(&conn->keepalive_timer, tcp_send_keepalive_probe); in keep_alive_timer_init()2011 static void tcp_send_keepalive_probe(struct k_work *work) in tcp_send_keepalive_probe() function