Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/
Dnet_buf.h2586 typedef struct net_buf * __must_check (*net_buf_allocator_cb)(k_timeout_t timeout, typedef
2612 net_buf_allocator_cb allocate_cb, void *user_data);
/Zephyr-latest/lib/net_buf/
Dbuf.c651 net_buf_allocator_cb allocate_cb, void *user_data) in net_buf_append_bytes()