Searched refs:tcps_states (Results 1 – 4 of 4) sorted by relevance
608 uint64_t tcps_states[TCP_NSTATES]; in tcp_stats() local622 &tcps_states, sizeof(tcps_states), kread_counters) != 0) in tcp_stats()872 if (sflag > 1 && tcps_states[i] == 0) in tcp_stats()877 xo_emit(fmtbuf, (uintmax_t )tcps_states[i]); in tcp_stats()
711 VNET_DECLARE(counter_u64_t, tcps_states[TCP_NSTATES]);712 #define V_tcps_states VNET(tcps_states)
251 VNET_DEFINE(counter_u64_t, tcps_states[TCP_NSTATES]);253 CTLFLAG_VNET, &VNET_NAME(tcps_states)[0], TCP_NSTATES,