Home
last modified time | relevance | path

Searched refs:net_buf_alloc_fixed (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/tests/bluetooth/host/cs/mocks/
Dnet_buf.h16 FAKE(net_buf_alloc_fixed)
21 DECLARE_FAKE_VALUE_FUNC(struct net_buf *, net_buf_alloc_fixed, struct net_buf_pool *, k_timeout_t);
Dnet_buf.c17 DEFINE_FAKE_VALUE_FUNC(struct net_buf *, net_buf_alloc_fixed, struct net_buf_pool *, k_timeout_t);
/Zephyr-latest/include/zephyr/
Dnet_buf.h1348 #define net_buf_alloc_fixed(_pool, _timeout) \ macro
1351 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/
Disotp.c178 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/
Dbuf.c356 struct net_buf *net_buf_alloc_fixed(struct net_buf_pool *pool, in net_buf_alloc_fixed() function
/Zephyr-latest/subsys/net/ip/
Dnet_pkt.c951 new = net_buf_alloc_fixed(pool, timeout);