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...] |