Searched refs:net_buf_alloc_fixed (Results 1 – 4 of 4) sorted by relevance
1221 #define net_buf_alloc_fixed(_pool, _timeout) \ macro1224 struct net_buf *net_buf_alloc_fixed(struct net_buf_pool *pool,1234 return net_buf_alloc_fixed(pool, timeout); in net_buf_alloc()
174 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()
364 struct net_buf *net_buf_alloc_fixed(struct net_buf_pool *pool, in net_buf_alloc_fixed() function
871 new = net_buf_alloc_fixed(pool, timeout);