Searched refs:probes_out (Results 1 – 9 of 9) sorted by relevance
278 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()
118 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()
1453 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()
737 newtp->probes_out = 0; in tcp_create_openreq_child()
2132 tp->probes_out = 0; in tcp_disconnect()2475 info.tcpi_probes = tp->probes_out; in tcp_getsockopt()
2135 tp->probes_out, in get_tcp_sock()
2817 tp->probes_out = 0; in tcp_ack()
392 __u8 probes_out; /* unanswered 0 window probes */ member
1965 tp->probes_out, in get_tcp6_sock()