Home
last modified time | relevance | path

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

/Zephyr-latest/lib/net_buf/
Dbuf.c211 static uint8_t *data_alloc(struct net_buf *buf, size_t *size, k_timeout_t timeout) in data_alloc() function
322 buf->__buf = data_alloc(buf, &size, timeout); in net_buf_alloc_len_debug()
538 clone->__buf = data_alloc(clone, &size, timeout); in net_buf_clone()