Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/include/net/
Dbuf.h1221 #define net_buf_alloc_fixed(_pool, _timeout) \ macro
1224 struct net_buf *net_buf_alloc_fixed(struct net_buf_pool *pool,
1234 return net_buf_alloc_fixed(pool, timeout); in net_buf_alloc()
/Zephyr-Core-2.7.6/subsys/canbus/isotp/
Disotp.c174 buf = net_buf_alloc_fixed(&isotp_rx_pool, K_NO_WAIT); in receive_alloc_buffer_chain()
186 frag = net_buf_alloc_fixed(&isotp_rx_pool, K_NO_WAIT); in receive_alloc_buffer_chain()
359 ctx->buf = net_buf_alloc_fixed(&isotp_rx_sf_ff_pool, K_NO_WAIT); in receive_state_machine()
626 ctx->buf = net_buf_alloc_fixed(&isotp_rx_sf_ff_pool, timeout); in isotp_bind()
/Zephyr-Core-2.7.6/subsys/net/
Dbuf.c364 struct net_buf *net_buf_alloc_fixed(struct net_buf_pool *pool, in net_buf_alloc_fixed() function
/Zephyr-Core-2.7.6/subsys/net/ip/
Dnet_pkt.c871 new = net_buf_alloc_fixed(pool, timeout);