Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/netinet/
HDtcp_syncache.c411 TCPSTATES_INC(TCPS_SYN_RECEIVED); in syncache_insert()
1151 TCPSTATES_INC(TCPS_SYN_RECEIVED); in syncache_expand()
1342 TCPSTATES_INC(TCPS_SYN_RECEIVED); in syncache_tfo_expand()
HDtcp_var.h1155 #define TCPSTATES_INC(state) counter_u64_add(V_tcps_states[state], 1) macro
HDtcp_usrreq.c186 TCPSTATES_INC(TCPS_CLOSED); in tcp_usr_attach()
HDtcp_subr.c3986 TCPSTATES_INC(newstate); in tcp_state_change()