Home
last modified time | relevance | path

Searched refs:boff_t (Results 1 – 2 of 2) sorted by relevance

/mOS-networking-stack/core/src/
H A Dtcp_rb.c28 static inline boff_t
35 return (boff_t)((loff + rb->corr) % rb->len); in loff2boff()
116 buf_getbuf(tcprb_t *rb, boff_t off) in buf_getbuf()
164 boff_t head = loff2boff(rb, data); in buf_try_resize()
165 boff_t tail = (data + datalen - 1) % rb->len; in buf_try_resize()
173 boff_t new_head = loff2boff(rb, data); in buf_try_resize()
204 boff_t new_head = loff2boff(rb, data); in buf_try_resize()
301 boff_t from = loff2boff(rb, off); \
302 boff_t to = loff2boff(rb, off + len); \
816 boff_t j = loff2boff(rb, i); in tcprb_printfrags()
/mOS-networking-stack/core/src/include/
H A Dtcp_rb.h38 typedef int boff_t; /* buffer offset space */ typedef