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

/haiku/src/add-ons/kernel/network/stack/
H A Dsimple_net_buffer.cpp414 append_cloned_data(net_buffer *_buffer, net_buffer *_source, uint32 offset, function
704 append_cloned_data,
H A Dnet_buffer.cpp162 static status_t append_cloned_data(net_buffer* _buffer, net_buffer* _source,
1239 if (append_cloned_data(clone, buffer, 0, buffer->size) != B_OK) {
1941 append_cloned_data(net_buffer* _buffer, net_buffer* _source, uint32 offset, function
1949 TRACE(("%d: append_cloned_data(buffer %p, source %p, offset = %" B_PRIu32 ", "
2171 return append_cloned_data(buffer, source, offset, bytes);
2379 append_cloned_data,

Completed in 71 milliseconds