Lines Matching refs:tcps
240 #define TCPS_BUMP_MIB(tcps, x) \ argument
241 BUMP_MIB(&(tcps)->tcps_sc[CPU->cpu_seqid]->tcp_sc_mib, x)
243 #define TCPS_UPDATE_MIB(tcps, x, y) \ argument
244 UPDATE_MIB(&(tcps)->tcps_sc[CPU->cpu_seqid]->tcp_sc_mib, x, y)
247 #define TCP_DBGSTAT(tcps, x) \ argument
249 &((tcps)->tcps_sc[CPU->cpu_seqid]->tcp_sc_stats.x))
253 #define TCP_DBGSTAT(tcps, x) argument
259 #define TCP_STAT(tcps, x) \ argument
260 ((tcps)->tcps_sc[CPU->cpu_seqid]->tcp_sc_stats.x++)
261 #define TCP_STAT_UPDATE(tcps, x, n) \ argument
262 ((tcps)->tcps_sc[CPU->cpu_seqid]->tcp_sc_stats.x += (n))
263 #define TCP_STAT_SET(tcps, x, n) \ argument
264 ((tcps)->tcps_sc[CPU->cpu_seqid]->tcp_sc_stats.x = (n))