Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/tests/bluetooth/host/buf/mocks/
Dnet_buf.h12 FAKE(net_buf_alloc_fixed) \
16 DECLARE_FAKE_VALUE_FUNC(struct net_buf *, net_buf_alloc_fixed, struct net_buf_pool *, k_timeout_t);
Dnet_buf.c29 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/
Dbuf.h1240 #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/
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()
650 rctx->buf = net_buf_alloc_fixed(&isotp_rx_sf_ff_pool, timeout); in isotp_bind()
/Zephyr-Core-3.6.0/subsys/net/
Dbuf.c353 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/
Dnet_pkt.c876 new = net_buf_alloc_fixed(pool, timeout);