Searched refs:tcpstate_count (Results 1 – 2 of 2) sorted by relevance
473 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()
293 struct tcp_state_count tcpstate_count[MAXCPU] __cachealign; variable2494 state_count[i] += tcpstate_count[cpu].tcps_count[i]; in sysctl_tcps_count()