Searched refs:append_cloned_data (Results 1 – 2 of 2) sorted by relevance
/haiku/src/add-ons/kernel/network/stack/ |
H A D | simple_net_buffer.cpp | 414 append_cloned_data(net_buffer *_buffer, net_buffer *_source, uint32 offset, in append_cloned_data() function 704 append_cloned_data,
|
H A D | net_buffer.cpp | 162 static status_t append_cloned_data(net_buffer* _buffer, net_buffer* _source, 1242 if (append_cloned_data(clone, buffer, 0, buffer->size) != B_OK) { in clone_buffer() 1944 append_cloned_data(net_buffer* _buffer, net_buffer* _source, uint32 offset, in append_cloned_data() function 2174 return append_cloned_data(buffer, source, offset, bytes); in append_restored_header() 2382 append_cloned_data,
|