Home
last modified time | relevance | path

Searched refs:data_ref (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/lib/net_buf/
Dbuf.c218 static uint8_t *data_ref(struct net_buf *buf, uint8_t *data) in data_ref() function
529 clone->__buf = buf->__buf ? data_ref(buf, buf->__buf) : NULL; in net_buf_clone()