Home
last modified time | relevance | path

Searched defs:net_buf_pool (Results 1 – 1 of 1) sorted by relevance

/Zephyr-Core-2.7.6/include/net/
Dbuf.h972 struct net_buf_pool { struct
974 struct k_lifo free;
977 const uint16_t buf_count;
980 uint16_t uninit_count;
984 atomic_t avail_count;
987 const uint16_t pool_size;
990 const char *name;
994 void (*const destroy)(struct net_buf *buf);
997 const struct net_buf_data_alloc *alloc;
1000 struct net_buf * const __bufs;