Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/include/zephyr/net/
Dbuf.h1078 struct net_buf_pool { struct
1080 struct k_lifo free;
1083 struct k_spinlock lock;
1086 const uint16_t buf_count;
1089 uint16_t uninit_count;
1092 uint8_t user_data_size;
1096 atomic_t avail_count;
1099 const uint16_t pool_size;
1102 const char *name;
1106 void (*const destroy)(struct net_buf *buf);
[all …]