Home
last modified time | relevance | path

Searched refs:TCPSTATES_INC (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/netinet/
H A Dtcp_timewait.c354 TCPSTATES_INC(TCPS_TIME_WAIT); in tcp_twstart()
H A Dtcp_var.h713 #define TCPSTATES_INC(state) counter_u64_add(V_tcps_states[state], 1) macro
H A Dtcp_syncache.c407 TCPSTATES_INC(TCPS_SYN_RECEIVED); in syncache_insert()
H A Dtcp_usrreq.c206 TCPSTATES_INC(TCPS_CLOSED); in tcp_usr_attach()
H A Dtcp_subr.c3431 TCPSTATES_INC(newstate); in tcp_state_change()
/f-stack/tools/compat/include/netinet/
H A Dtcp_var.h713 #define TCPSTATES_INC(state) counter_u64_add(V_tcps_states[state], 1) macro