zephyr/tests/net/nbuf
Jukka Rissanen 1b2c16a498 net: nbuf: Add function to split a data fragment
Add net_nbuf_split() function that can be used to split
an existing net_buf fragment into two arbitrary length pieces,
and return the two new fragments to the caller. The data from
the original fragment is copied into these two new fragments.

Existing fragment is not modified.

Change-Id: I463e675232c6e19c2a42929f480893a6d1265873
Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2017-04-13 15:21:41 +03:00
..
src net: nbuf: Add function to split a data fragment 2017-04-13 15:21:41 +03:00
Makefile tests: introduce Makefile.test 2017-01-03 17:48:44 +00:00
prj.conf net: nbuf: Split one global DATA pool to RX and TX DATA pools 2017-03-09 20:33:43 +02:00
testcase.ini tests: net: Change the tag of network tests to net 2016-12-02 12:41:11 +02:00