Home
last modified time | relevance | path

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

/mOS-networking-stack/core/src/
H A Dtcp_rb.c506 int fflen = MIN(len, cflen); in tcprb_fflen() local
507 fflen = MIN(ff, rb->pile - rb->head); /* head cannot go further than pile */ in tcprb_fflen()
509 return fflen; in tcprb_fflen()
H A Dtcp_in.c625 int fflen = tcprb_fflen(rb, pctx->p.payload, pctx->p.payloadlen, off); in ProcessTCPPayload() local
626 if (fflen > 0) { in ProcessTCPPayload()
633 < rb->head + fflen) in ProcessTCPPayload()
640 < rb->head + fflen) in ProcessTCPPayload()