Searched refs:pbuf_custom_ref (Results 1 – 5 of 5) sorted by relevance
678 static struct pbuf_custom_ref*681 return (struct pbuf_custom_ref*)memp_malloc(MEMP_FRAG_PBUF); in ip6_frag_alloc_pbuf_custom_ref()686 ip6_frag_free_pbuf_custom_ref(struct pbuf_custom_ref* p) in ip6_frag_free_pbuf_custom_ref()697 struct pbuf_custom_ref *pcr = (struct pbuf_custom_ref*)p; in ip6_frag_free_pbuf_custom()796 struct pbuf_custom_ref *pcr; in ip6_frag()
698 static struct pbuf_custom_ref *701 return (struct pbuf_custom_ref *)memp_malloc(MEMP_FRAG_PBUF); in ip_frag_alloc_pbuf_custom_ref()706 ip_frag_free_pbuf_custom_ref(struct pbuf_custom_ref *p) in ip_frag_free_pbuf_custom_ref()717 struct pbuf_custom_ref *pcr = (struct pbuf_custom_ref *)p; in ipfrag_free_pbuf_custom()811 struct pbuf_custom_ref *pcr; in ip4_frag()
82 struct pbuf_custom_ref { struct
127 struct pbuf_custom_ref { struct
63 LWIP_MEMPOOL(FRAG_PBUF, MEMP_NUM_FRAG_PBUF, sizeof(struct pbuf_custom_ref),"FRAG_PBUF")