Searched refs:net_buf_alloc_fixed (Results  1 – 6 of 6) sorted by relevance
| /Zephyr-latest/tests/bluetooth/host/cs/mocks/ | 
| D | net_buf.h | 16 	FAKE(net_buf_alloc_fixed)21 DECLARE_FAKE_VALUE_FUNC(struct net_buf *, net_buf_alloc_fixed, struct net_buf_pool *, k_timeout_t);
 
 | 
| D | net_buf.c | 17 DEFINE_FAKE_VALUE_FUNC(struct net_buf *, net_buf_alloc_fixed, struct net_buf_pool *, k_timeout_t);
 | 
| /Zephyr-latest/include/zephyr/ | 
| D | net_buf.h | 1348 #define net_buf_alloc_fixed(_pool, _timeout) \  macro1351 struct net_buf * __must_check net_buf_alloc_fixed(struct net_buf_pool *pool,
 1361 	return net_buf_alloc_fixed(pool, timeout);  in net_buf_alloc()
 
 | 
| /Zephyr-latest/subsys/canbus/isotp/ | 
| D | isotp.c | 178 	buf = net_buf_alloc_fixed(&isotp_rx_pool, K_NO_WAIT);  in receive_alloc_buffer_chain()190 		frag = net_buf_alloc_fixed(&isotp_rx_pool, K_NO_WAIT);  in receive_alloc_buffer_chain()
 355 		rctx->buf = net_buf_alloc_fixed(&isotp_rx_sf_ff_pool, K_NO_WAIT);  in receive_state_machine()
 652 	rctx->buf = net_buf_alloc_fixed(&isotp_rx_sf_ff_pool, timeout);  in isotp_bind()
 
 | 
| /Zephyr-latest/lib/net_buf/ | 
| D | buf.c | 356 struct net_buf *net_buf_alloc_fixed(struct net_buf_pool *pool,  in net_buf_alloc_fixed()  function
 | 
| /Zephyr-latest/subsys/net/ip/ | 
| D | net_pkt.c | 951 		new = net_buf_alloc_fixed(pool, timeout);
 |