Home
last modified time | relevance | path

Searched refs:pbuf_custom_ref (Results 1 – 7 of 7) sorted by relevance

/third_party/lwip/src/core/ipv4/
Dip4_frag.c718 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()
/third_party/lwip/src/core/ipv6/
Dip6_frag.c698 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()
/third_party/lwip/src/include/lwip/
Dip4_frag.h82 struct pbuf_custom_ref { struct
Dip6_frag.h131 struct pbuf_custom_ref { struct
/third_party/lwip/src/include/lwip/priv/
Dmemp_std.h63 LWIP_MEMPOOL(FRAG_PBUF, MEMP_NUM_FRAG_PBUF, sizeof(struct pbuf_custom_ref),"FRAG_PBUF")
/third_party/lwip/
D0057-same-node-gazellectl-a.patch70 @@ -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
D0080-enable-ipv6.patch138 @@ -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