Home
last modified time | relevance | path

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

/mOS-networking-stack/core/src/
H A Dtcp_rb.c116 buf_getbuf(tcprb_t *rb, boff_t off) in buf_getbuf() function
167 tcpbufseg_t *headseg = buf_getbuf(rb, head); in buf_try_resize()
168 tcpbufseg_t *tailseg = buf_getbuf(rb, tail); in buf_try_resize()
303 tcpbufseg_t *bufseg_from = buf_getbuf(rb, from); \
304 tcpbufseg_t *bufseg_to = buf_getbuf(rb, to); \
817 bufseg = buf_getbuf(rb, j); in tcprb_printfrags()