Lines Matching refs:tcps
208 #define TCPS_BUMP_MIB(tcps, x) \ argument
209 BUMP_MIB(&(tcps)->tcps_sc[CPU->cpu_seqid]->tcp_sc_mib, x)
211 #define TCPS_UPDATE_MIB(tcps, x, y) \ argument
212 UPDATE_MIB(&(tcps)->tcps_sc[CPU->cpu_seqid]->tcp_sc_mib, x, y)
215 #define TCP_DBGSTAT(tcps, x) \ argument
217 &((tcps)->tcps_sc[CPU->cpu_seqid]->tcp_sc_stats.x))
221 #define TCP_DBGSTAT(tcps, x) argument
227 #define TCP_STAT(tcps, x) \ argument
228 ((tcps)->tcps_sc[CPU->cpu_seqid]->tcp_sc_stats.x++)
229 #define TCP_STAT_UPDATE(tcps, x, n) \ argument
230 ((tcps)->tcps_sc[CPU->cpu_seqid]->tcp_sc_stats.x += (n))
231 #define TCP_STAT_SET(tcps, x, n) \ argument
232 ((tcps)->tcps_sc[CPU->cpu_seqid]->tcp_sc_stats.x = (n))