Home
last modified time | relevance | path

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

/linux-6.14.4/include/net/
Dinet_connection_sock.h192 void inet_csk_delete_keepalive_timer(struct sock *sk);
/linux-6.14.4/net/ipv4/
Dinet_connection_sock.c802 void inet_csk_delete_keepalive_timer(struct sock *sk) in inet_csk_delete_keepalive_timer() function
806 EXPORT_SYMBOL(inet_csk_delete_keepalive_timer);
Dtcp_timer.c762 inet_csk_delete_keepalive_timer(sk); in tcp_set_keepalive()