Home
last modified time | relevance | path

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

/linux-4.4.14/include/net/
Dinet_connection_sock.h189 void inet_csk_delete_keepalive_timer(struct sock *sk);
/linux-4.4.14/net/ipv4/
Dinet_connection_sock.c397 void inet_csk_delete_keepalive_timer(struct sock *sk) in inet_csk_delete_keepalive_timer() function
401 EXPORT_SYMBOL(inet_csk_delete_keepalive_timer);
Dtcp_timer.c570 inet_csk_delete_keepalive_timer(sk); in tcp_set_keepalive()