Searched refs:tbi (Results 1 – 1 of 1) sorted by relevance
119 struct tcp_buf_info *tbi; in GetBufInfo() local121 tbi = (struct tcp_buf_info *)optval; in GetBufInfo()122 memset(tbi, 0, sizeof(struct tcp_buf_info)); in GetBufInfo()145 tbi->tcpbi_init_seq = stream->rcvvar->irs + 1; in GetBufInfo()146 tbi->tcpbi_last_byte_read = rcvbuf->pile; in GetBufInfo()147 tbi->tcpbi_next_byte_expected = rcvbuf->pile + tcprb_cflen(rcvbuf); in GetBufInfo()148 tbi->tcpbi_last_byte_received = (f ? f->tail : rcvbuf->head); in GetBufInfo()