Searched refs:pbuf_clen (Results 1 – 8 of 8) sorted by relevance
181 clen = pbuf_clen(p); in ip_reass_free_complete_datagram()197 clen = pbuf_clen(pcur); in ip_reass_free_complete_datagram()463 ip_reass_pbufcount -= pbuf_clen(new_p); in ip_reass_chain_frag_into_datagram_and_validate()501 clen = pbuf_clen(p); in ip_reass()599 ip_reass_pbufcount -= pbuf_clen(p); in ip_reass()
156 u8_t pbuf_clen(struct pbuf *p);
1020 … LWIP_ASSERT("pcb->snd_queuelen >= pbuf_clen(next->p)", (pcb->snd_queuelen >= pbuf_clen(next->p))); in tcp_receive()1026 pcb->snd_queuelen -= pbuf_clen(next->p); in tcp_receive()1070 … LWIP_ASSERT("pcb->snd_queuelen >= pbuf_clen(next->p)", (pcb->snd_queuelen >= pbuf_clen(next->p))); in tcp_receive()1075 pcb->snd_queuelen -= pbuf_clen(next->p); in tcp_receive()1500 ooseq_qlen += pbuf_clen(p); in tcp_receive()
640 clen = pbuf_clen(r); in netif_loop_output()719 u8_t clen = pbuf_clen(in); in netif_poll()
507 queuelen += pbuf_clen(concat_p); in tcp_write()575 queuelen += pbuf_clen(p); in tcp_write()811 pcb->snd_queuelen += pbuf_clen(seg->p); in tcp_enqueue_flags()
704 pbuf_clen(struct pbuf *p) in pbuf_clen() function
45 num += pbuf_clen(seg->p); in tcp_oos_pbuf_count()
2283 changed snd_queuelen++ to snd_queuelen += pbuf_clen(p).