Home
last modified time | relevance | path

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

/Zephyr-latest/lib/net_buf/
Dbuf.c684 net_buf_allocator_cb allocate_cb, void *user_data) in net_buf_append_bytes() argument
703 if (allocate_cb) { in net_buf_append_bytes()
704 frag = allocate_cb(timeout, user_data); in net_buf_append_bytes()
/Zephyr-latest/include/zephyr/
Dnet_buf.h2656 net_buf_allocator_cb allocate_cb, void *user_data);