Searched refs:net_buf_alloc_fixed (Results 1 – 2 of 2) sorted by relevance
968 #define net_buf_alloc_fixed(_pool, _timeout) \ macro971 struct net_buf *net_buf_alloc_fixed(struct net_buf_pool *pool, int32_t timeout);979 #define net_buf_alloc(pool, timeout) net_buf_alloc_fixed(pool, timeout)
615 struct net_buf *net_buf_alloc_fixed(struct net_buf_pool *pool, int32_t timeout) in net_buf_alloc_fixed() function