Home
last modified time | relevance | path

Searched refs:tcpstate_count (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/sys/netinet/
H A Dtcp_var.h473 extern struct tcp_state_count tcpstate_count[MAXCPU];
808 tcpstate_count[mycpuid].tcps_count[tp->t_state]++; in _TCP_STATE_INC()
814 tcpstate_count[mycpuid].tcps_count[tp->t_state]--; in _TCP_STATE_DEC()
H A Dtcp_subr.c293 struct tcp_state_count tcpstate_count[MAXCPU] __cachealign; variable
2494 state_count[i] += tcpstate_count[cpu].tcps_count[i]; in sysctl_tcps_count()