HomeSort by: relevance | last modified time | path
    Searched defs:fatps (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/netinet/
tcp_vtw.c 782 uint32_t fatps = 0, probes = 0, losings = 0; local in function:vtw_lookup_hash_v4
800 ++fatps;
915 if (fatps > vtw_stats.max_chain[which])
916 vtw_stats.max_chain[which] = fatps;
935 uint32_t fatps = 0, probes = 0, losings = 0; local in function:vtw_lookup_hash_v6
953 ++fatps;
1012 if (fatps > vtw_stats.max_chain[which])
1013 vtw_stats.max_chain[which] = fatps;
1034 uint32_t fatps = 0, probes = 0, losings = 0; local in function:vtw_next_port_v4
1046 ++fatps;
1148 uint32_t fatps = 0, probes = 0, losings = 0; local in function:vtw_next_port_v6
    [all...]
tcp_vtw.c 782 uint32_t fatps = 0, probes = 0, losings = 0; local in function:vtw_lookup_hash_v4
800 ++fatps;
915 if (fatps > vtw_stats.max_chain[which])
916 vtw_stats.max_chain[which] = fatps;
935 uint32_t fatps = 0, probes = 0, losings = 0; local in function:vtw_lookup_hash_v6
953 ++fatps;
1012 if (fatps > vtw_stats.max_chain[which])
1013 vtw_stats.max_chain[which] = fatps;
1034 uint32_t fatps = 0, probes = 0, losings = 0; local in function:vtw_next_port_v4
1046 ++fatps;
1148 uint32_t fatps = 0, probes = 0, losings = 0; local in function:vtw_next_port_v6
    [all...]

Completed in 56 milliseconds