Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp_timewait.c699 TCPSTATES_DEC(TCPS_TIME_WAIT); in tcp_tw_2msl_stop()
H A Dtcp_var.h714 #define TCPSTATES_DEC(state) counter_u64_add(V_tcps_states[state], -1) macro
H A Dtcp_subr.c2044 TCPSTATES_DEC(tp->t_state); in tcp_discardcb()
2078 TCPSTATES_DEC(tp->t_state); in tcp_timer_discard()
3430 TCPSTATES_DEC(tp->t_state); in tcp_state_change()
H A Dtcp_syncache.c421 TCPSTATES_DEC(TCPS_SYN_RECEIVED); in syncache_drop()
1341 TCPSTATES_DEC(TCPS_SYN_RECEIVED); in syncache_expand()
/f-stack/tools/compat/include/netinet/
H A Dtcp_var.h714 #define TCPSTATES_DEC(state) counter_u64_add(V_tcps_states[state], -1) macro