Lines Matching defs:rb
29 loff2boff(tcprb_t *rb, loff_t loff) in loff2boff()
51 frags_insert(tcprb_t *rb, tcpfrag_t *f) in frags_insert()
82 buf_first(tcprb_t *rb) in buf_first()
99 buf_next(tcprb_t *rb, tcpbufseg_t *buf) in buf_next()
116 buf_getbuf(tcprb_t *rb, boff_t off) in buf_getbuf()
150 buf_try_resize(tcprb_t *rb, int len, loff_t data, int datalen) in buf_try_resize()
357 tcprb_t *rb; in tcprb_new() local
391 tcprb_del(tcprb_t *rb) in tcprb_del()
412 tcprb_setpile(tcprb_t *rb, loff_t new) in tcprb_setpile()
434 tcprb_cflen(tcprb_t *rb) in tcprb_cflen()
450 tcprb_ffhead(tcprb_t *rb, int len) in tcprb_ffhead()
484 tcprb_fflen(tcprb_t *rb, uint8_t *buf, int len, loff_t off) in tcprb_fflen()
513 tcprb_get_datalen(tcprb_t *rb) in tcprb_get_datalen()
520 tcprb_resize_meta(tcprb_t *rb, int len) in tcprb_resize_meta()
553 tcprb_setpolicy(tcprb_t *rb, uint8_t policy) in tcprb_setpolicy()
563 tcprb_resize(tcprb_t *rb, int len) in tcprb_resize()
605 tcprb_ppeek(tcprb_t *rb, uint8_t *buf, int len, loff_t off) in tcprb_ppeek()
632 tcprb_pwrite(tcprb_t *rb, uint8_t *buf, int len, loff_t off) in tcprb_pwrite()
802 tcprb_printfrags(struct _tcprb_t *rb) in tcprb_printfrags()
845 tcprb_printbufsegs(tcprb_t *rb) in tcprb_printbufsegs()
882 tcprb_printrb(struct _tcprb_t *rb) in tcprb_printrb()
900 tcprb_t *rb; in tcp_rb_overlapchk() local