Searched refs:tot_len_front (Results 1 – 3 of 3) sorted by relevance
18 - i->tot_len = tot_len_front;29 - p->tot_len = tot_len_front;
37 + i->tot_len = tot_len_front;47 + p->tot_len = tot_len_front;
1151 u16_t tot_len_front = p->len; in pbuf_split_64k() local1156 while ((r != NULL) && ((u16_t)(tot_len_front + r->len) >= tot_len_front)) { in pbuf_split_64k()1157 tot_len_front = (u16_t)(tot_len_front + r->len); in pbuf_split_64k()