Searched refs:inet_csk_reset_keepalive_timer (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dinet_connection_sock.h179 extern void inet_csk_reset_keepalive_timer(struct sock *sk, unsigned long timeout);
276 inet_csk_reset_keepalive_timer(sk, timeout);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dtcp_timer.c497 inet_csk_reset_keepalive_timer(sk, keepalive_time_when(tcp_sk(sk)));
514 inet_csk_reset_keepalive_timer (sk, HZ/20);
571 inet_csk_reset_keepalive_timer (sk, elapsed);
H A Dinet_connection_sock.c347 void inet_csk_reset_keepalive_timer(struct sock *sk, unsigned long len) function
351 EXPORT_SYMBOL(inet_csk_reset_keepalive_timer); variable
561 inet_csk_reset_keepalive_timer(parent, interval);
H A Dtcp_minisocks.c467 inet_csk_reset_keepalive_timer(newsk,
H A Dtcp.c2016 inet_csk_reset_keepalive_timer(sk,
2329 inet_csk_reset_keepalive_timer(sk, elapsed);
H A Dtcp_input.c5587 inet_csk_reset_keepalive_timer(sk, keepalive_time_when(tp));
5843 inet_csk_reset_keepalive_timer(sk, tmo - TCP_TIMEWAIT_LEN);
5851 inet_csk_reset_keepalive_timer(sk, tmo);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/dccp/
H A Dtimer.c177 inet_csk_reset_keepalive_timer(sk, HZ / 20);

Completed in 102 milliseconds