Searched refs:pbuf_dechain (Results 1 – 6 of 6) sorted by relevance
297 struct pbuf *pbuf_dechain(struct pbuf *p);
655 pbuf_dechain(n0); in vj_uncompress_tcp()
95 * so that it is removed when pbuf_dechain is later called on rambuf.
163 * so that it is removed when pbuf_dechain is later called on rambuf.
4182 * pbuf_dechain() has been re-enabled.4293 * pbuf_dechain() did not update the ->tot_len field of the tail.
912 pbuf_dechain(struct pbuf *p) in pbuf_dechain() function