Lines Matching refs:tot_len
223 /* Set nb->tot_len to actual payload length */
224 nb->tot_len = p->len;
273 /* Set nb->tot_len to actual payload length */
274 nb->tot_len = pb->tot_len;
305 PPPDEBUG(LOG_INFO, ("pppos_netif_output[%d]: proto=0x%"X16_F", len = %d\n", ppp->netif->num, protocol, pb->tot_len));
307 PPPDEBUG(LOG_WARNING, ("pppos_netif_output[%d]: output failed proto=0x%"X16_F", len = %d\n", ppp->netif->num, protocol, pb->tot_len));
541 pppos->in_tail->tot_len = pppos->in_tail->len;
546 pppos->in_tail->tot_len = pppos->in_tail->len;
551 pbuf_realloc(pppos->in_head, pppos->in_head->tot_len - 2);
657 pppos->in_tail->tot_len = pppos->in_tail->len;
880 MIB2_STATS_NETIF_ADD(ppp->netif, ifoutoctets, nb->tot_len);