Searched refs:pbuf_custom_ref (Results 1 – 7 of 7) sorted by relevance
718 static struct pbuf_custom_ref *721 return (struct pbuf_custom_ref *)memp_malloc(MEMP_FRAG_PBUF); in ip_frag_alloc_pbuf_custom_ref()726 ip_frag_free_pbuf_custom_ref(struct pbuf_custom_ref *p) in ip_frag_free_pbuf_custom_ref()737 struct pbuf_custom_ref *pcr = (struct pbuf_custom_ref *)p; in ipfrag_free_pbuf_custom()831 struct pbuf_custom_ref *pcr; in ip4_frag()
698 static struct pbuf_custom_ref*701 return (struct pbuf_custom_ref*)memp_malloc(MEMP_FRAG_PBUF); in ip6_frag_alloc_pbuf_custom_ref()706 ip6_frag_free_pbuf_custom_ref(struct pbuf_custom_ref* p) in ip6_frag_free_pbuf_custom_ref()717 struct pbuf_custom_ref *pcr = (struct pbuf_custom_ref*)p; in ip6_frag_free_pbuf_custom()816 struct pbuf_custom_ref *pcr; in ip6_frag()
82 struct pbuf_custom_ref { struct
131 struct pbuf_custom_ref { struct
63 LWIP_MEMPOOL(FRAG_PBUF, MEMP_NUM_FRAG_PBUF, sizeof(struct pbuf_custom_ref),"FRAG_PBUF")
70 @@ -729,6 +729,7 @@ ip_frag_free_pbuf_custom_ref(struct pbuf_custom_ref *p)72 /** Free-callback function to free a 'struct pbuf_custom_ref', called by
138 @@ -689,6 +689,7 @@ ip6_frag_free_pbuf_custom_ref(struct pbuf_custom_ref* p)143 /** Free-callback function to free a 'struct pbuf_custom_ref', called by