esp_netif_free_rx_buffer() function
Free the rx buffer allocated by the media driver This function gets called from network stack when the rx buffer to be freed in IO driver context, i.e. to deallocate a buffer owned by io driver (when data packets were passed to higher levels to avoid copying)
Arguments
esp_netif
Handle to esp-netif instance