Home
last modified time | relevance | path

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

/Linux-v4.19/include/net/
Dinet_connection_sock.h196 void inet_csk_delete_keepalive_timer(struct sock *sk);
/Linux-v4.19/net/ipv4/
Dinet_connection_sock.c526 void inet_csk_delete_keepalive_timer(struct sock *sk) in inet_csk_delete_keepalive_timer() function
530 EXPORT_SYMBOL(inet_csk_delete_keepalive_timer);
Dtcp_timer.c644 inet_csk_delete_keepalive_timer(sk); in tcp_set_keepalive()