Searched refs:tcp_ibsegs (Results 1 – 6 of 6) sorted by relevance
187 uint32_t tcp_ibsegs; /* Inbound segments on this stream */ member
186 TCPS_UPDATE_MIB(tcps, tcpHCInSegs, tcp->tcp_ibsegs); in tcp_snmp_get()187 tcp->tcp_ibsegs = 0; in tcp_snmp_get()
1242 TCPS_UPDATE_MIB(tcps, tcpHCInSegs, tcp->tcp_ibsegs); in tcp_closei_local()1243 tcp->tcp_ibsegs = 0; in tcp_closei_local()1919 TCPS_UPDATE_MIB(tcps, tcpHCInSegs, tcp->tcp_ibsegs); in tcp_reinit()1920 tcp->tcp_ibsegs = 0; in tcp_reinit()2096 ASSERT(tcp->tcp_ibsegs == 0);
514 BUMP_LOCAL(tcp->tcp_ibsegs); in tcp_time_wait_processing()
655 BUMP_LOCAL(peer_tcp->tcp_ibsegs); in tcp_fuse_output()
2417 BUMP_LOCAL(tcp->tcp_ibsegs); in tcp_input_data()