esp_pbuf_free() function
Free custom pbuf containing the L2 layer buffer allocated in the driver
Syntax
static void esp_pbuf_free(struct pbuf *pbuf); Arguments
pbuf
Custom pbuf holding the packet passed to lwip input
Notes
This function called as a custom_free_function() upon pbuf_free()