HomeSort by: relevance | last modified time | path
    Searched refs:max_probe (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/netstat/
vtw.c 251 printf("\t\t%" PRIu64 " max_probe\n", stats.max_probe[0]);
260 printf("\t\t%" PRIu64 " max_probe\n", stats.max_probe[1]);
  /src/sys/netinet/
tcp_vtw.h 294 uint64_t max_probe[2]; /* <! max probes in any one chain */ member in struct:vtw_stats
tcp_vtw.c 917 if (probes > vtw_stats.max_probe[which])
918 vtw_stats.max_probe[which] = probes;
1014 if (probes > vtw_stats.max_probe[which])
1015 vtw_stats.max_probe[which] = probes;
1128 if (probes > vtw_stats.max_probe[1])
1129 vtw_stats.max_probe[1] = probes;
1256 if (probes > vtw_stats.max_probe[1])
1257 vtw_stats.max_probe[1] = probes;

Completed in 18 milliseconds