Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/netinet/
HDtcp_timewait.c358 TCPSTATES_INC(TCPS_TIME_WAIT); in tcp_twstart()
HDtcp_var.h743 #define TCPSTATES_INC(state) counter_u64_add(V_tcps_states[state], 1) macro
HDtcp_syncache.c407 TCPSTATES_INC(TCPS_SYN_RECEIVED); in syncache_insert()
1369 TCPSTATES_INC(TCPS_SYN_RECEIVED); in syncache_tfo_expand()
HDtcp_usrreq.c204 TCPSTATES_INC(TCPS_CLOSED); in tcp_usr_attach()
HDtcp_subr.c3937 TCPSTATES_INC(newstate); in tcp_state_change()