Home
last modified time | relevance | path

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

/mOS-networking-stack/core/src/
H A Dtcp_rb.c29 loff2boff(tcprb_t *rb, loff_t loff) in loff2boff() argument
31 int woff = loff - rb->head; /* window offset */ in loff2boff()
35 return (boff_t)((loff + rb->corr) % rb->len); in loff2boff()