Home
last modified time | relevance | path

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

/linux-3.3/net/ipv4/
Dtcp_timer.c502 void tcp_set_keepalive(struct sock *sk, int val) in tcp_set_keepalive() function
/linux-3.3/include/net/
Dtcp.h407 extern void tcp_set_keepalive(struct sock *sk, int val);
/linux-3.3/net/core/
Dsock.c649 tcp_set_keepalive(sk, valbool); in sock_setsockopt()