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

  /src/usr.bin/rump_dhcpclient/
dhcpcd.h 75 int probes; member in struct:if_state
  /src/sys/netinet/
tcp_vtw.c 782 uint32_t fatps = 0, probes = 0, losings = 0; local
810 ++probes;
917 if (probes > vtw_stats.max_probe[which])
918 vtw_stats.max_probe[which] = probes;
935 uint32_t fatps = 0, probes = 0, losings = 0; local
963 ++probes;
1014 if (probes > vtw_stats.max_probe[which])
1015 vtw_stats.max_probe[which] = probes;
1034 uint32_t fatps = 0, probes = 0, losings = 0; local
1060 ++probes;
1148 uint32_t fatps = 0, probes = 0, losings = 0; local
    [all...]
  /src/sys/dev/pci/cxgb/
cxgb_offload.c 945 atomic_set_int(&neigh->probes, 0);
953 * Needed for read of probes
957 neigh->probes >= neigh_max_probes(neigh)) {
991 atomic_add_int(&neigh->probes, 1);
  /src/sys/arch/ia64/stand/common/
help.common 201 device probes.
  /src/sys/arch/atari/atari/
locore.s 257 * At the time of the 'machine-type' probes, it seems necessary
270 jra _C_LABEL(badtrap) | only catch probes!
410 * - The 'confread' function shortcircuits the NMI to make probes to

Completed in 19 milliseconds