Searched refs:pcr (Results 1 – 1 of 1) sorted by relevance
642 struct pbuf_custom_ref *pcr = (struct pbuf_custom_ref*)p; in ipfrag_free_pbuf_custom() local643 LWIP_ASSERT("pcr != NULL", pcr != NULL); in ipfrag_free_pbuf_custom()644 LWIP_ASSERT("pcr == p", (void*)pcr == (void*)p); in ipfrag_free_pbuf_custom()645 if (pcr->original != NULL) { in ipfrag_free_pbuf_custom()646 pbuf_free(pcr->original); in ipfrag_free_pbuf_custom()648 ip_frag_free_pbuf_custom_ref(pcr); in ipfrag_free_pbuf_custom()774 struct pbuf_custom_ref *pcr; in ip_frag() local781 pcr = ip_frag_alloc_pbuf_custom_ref(); in ip_frag()782 if (pcr == NULL) { in ip_frag()789 ip_frag_free_pbuf_custom_ref(pcr); in ip_frag()[all …]
Completed in 3 milliseconds