Home
last modified time | relevance | path

Searched defs:net_buf_alloc_fixed (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/lib/net_buf/
Dbuf.c360 struct net_buf *net_buf_alloc_fixed(struct net_buf_pool *pool, in net_buf_alloc_fixed() function
/Zephyr-latest/include/zephyr/
Dnet_buf.h1349 #define net_buf_alloc_fixed(_pool, _timeout) \ macro