Home
last modified time | relevance | path

Searched refs:probes_out (Results 1 – 9 of 9) sorted by relevance

/linux-2.4.37.9/net/ipv4/
Dtcp_timer.c278 tp->probes_out = 0; in tcp_probe_timer()
304 if (tcp_out_of_resources(sk, alive || tp->probes_out <= max_probes)) in tcp_probe_timer()
308 if (tp->probes_out > max_probes) { in tcp_probe_timer()
622 if ((!tp->keepalive_probes && tp->probes_out >= sysctl_tcp_keepalive_probes) || in tcp_keepalive_timer()
623 (tp->keepalive_probes && tp->probes_out >= tp->keepalive_probes)) { in tcp_keepalive_timer()
629 tp->probes_out++; in tcp_keepalive_timer()
Dtcp_diag.c118 r->tcpdiag_retrans = tp->probes_out; in tcpdiag_fill()
122 r->tcpdiag_retrans = tp->probes_out; in tcpdiag_fill()
148 info->tcpi_probes = tp->probes_out; in tcpdiag_fill()
Dtcp_output.c1453 tp->probes_out = 0; in tcp_send_probe0()
1461 tp->probes_out++; in tcp_send_probe0()
1471 if (!tp->probes_out) in tcp_send_probe0()
1472 tp->probes_out=1; in tcp_send_probe0()
Dtcp_minisocks.c737 newtp->probes_out = 0; in tcp_create_openreq_child()
Dtcp.c2132 tp->probes_out = 0; in tcp_disconnect()
2475 info.tcpi_probes = tp->probes_out; in tcp_getsockopt()
Dtcp_ipv4.c2135 tp->probes_out, in get_tcp_sock()
Dtcp_input.c2817 tp->probes_out = 0; in tcp_ack()
/linux-2.4.37.9/include/net/
Dsock.h392 __u8 probes_out; /* unanswered 0 window probes */ member
/linux-2.4.37.9/net/ipv6/
Dtcp_ipv6.c1965 tp->probes_out, in get_tcp6_sock()