Searched refs:net_buf_alloc_fixed (Results 1 – 6 of 6) sorted by relevance
/Zephyr-Core-3.6.0/tests/bluetooth/host/buf/mocks/ |
D | net_buf.h | 12 FAKE(net_buf_alloc_fixed) \ 16 DECLARE_FAKE_VALUE_FUNC(struct net_buf *, net_buf_alloc_fixed, struct net_buf_pool *, k_timeout_t);
|
D | net_buf.c | 29 DEFINE_FAKE_VALUE_FUNC(struct net_buf *, net_buf_alloc_fixed, struct net_buf_pool *, k_timeout_t);
|
/Zephyr-Core-3.6.0/include/zephyr/net/ |
D | buf.h | 1240 #define net_buf_alloc_fixed(_pool, _timeout) \ macro 1243 struct net_buf * __must_check net_buf_alloc_fixed(struct net_buf_pool *pool, 1253 return net_buf_alloc_fixed(pool, timeout); in net_buf_alloc()
|
/Zephyr-Core-3.6.0/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() 650 rctx->buf = net_buf_alloc_fixed(&isotp_rx_sf_ff_pool, timeout); in isotp_bind()
|
/Zephyr-Core-3.6.0/subsys/net/ |
D | buf.c | 353 struct net_buf *net_buf_alloc_fixed(struct net_buf_pool *pool, in net_buf_alloc_fixed() function
|
/Zephyr-Core-3.6.0/subsys/net/ip/ |
D | net_pkt.c | 876 new = net_buf_alloc_fixed(pool, timeout);
|