Searched refs:fflen (Results 1 – 2 of 2) sorted by relevance
506 int fflen = MIN(len, cflen); in tcprb_fflen() local507 fflen = MIN(ff, rb->pile - rb->head); /* head cannot go further than pile */ in tcprb_fflen()509 return fflen; in tcprb_fflen()
625 int fflen = tcprb_fflen(rb, pctx->p.payload, pctx->p.payloadlen, off); in ProcessTCPPayload() local626 if (fflen > 0) { in ProcessTCPPayload()633 < rb->head + fflen) in ProcessTCPPayload()640 < rb->head + fflen) in ProcessTCPPayload()