Home | History | Annotate | Download | only in core

Lines Matching defs:max_len

520     u16_t max_len = pcb->mss - optlen;
521 u16_t seglen = left > max_len ? max_len : left;