Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_syncache.c411 TCPSTATES_INC(TCPS_SYN_RECEIVED); in syncache_insert()
1168 TCPSTATES_INC(TCPS_SYN_RECEIVED); in syncache_expand()
1359 TCPSTATES_INC(TCPS_SYN_RECEIVED); in syncache_tfo_expand()
H A Dtcp_var.h1130 #define TCPSTATES_INC(state) counter_u64_add(V_tcps_states[state], 1) macro
H A Dtcp_usrreq.c184 TCPSTATES_INC(TCPS_CLOSED); in tcp_usr_attach()
H A Dtcp_subr.c3887 TCPSTATES_INC(newstate); in tcp_state_change()