Home
last modified time | relevance | path

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

/linux-5.19.10/include/net/
Dinet_connection_sock.h188 void inet_csk_delete_keepalive_timer(struct sock *sk);
/linux-5.19.10/net/ipv4/
Dinet_connection_sock.c588 void inet_csk_delete_keepalive_timer(struct sock *sk) in inet_csk_delete_keepalive_timer() function
592 EXPORT_SYMBOL(inet_csk_delete_keepalive_timer);
Dtcp_timer.c672 inet_csk_delete_keepalive_timer(sk); in tcp_set_keepalive()