Searched refs:trim_data (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/network/stack/
H A Dsimple_net_buffer.cpp67 static status_t trim_data(net_buffer *_buffer, size_t newSize);
384 return trim_data(buffer, buffer->size - bytes);
393 trim_data(net_buffer *_buffer, size_t newSize) function
703 trim_data,
H A Dnet_buffer.cpp159 static status_t trim_data(net_buffer* _buffer, size_t newSize);
1881 return trim_data(buffer, buffer->size - bytes);
1889 trim_data(net_buffer* _buffer, size_t newSize) function
1892 TRACE(("%d: trim_data(buffer %p, newSize = %ld, buffer size = %" B_PRIu32 ")\n",
2378 trim_data,

Completed in 43 milliseconds