Searched defs:net_buf_pool (Results 1 – 1 of 1) sorted by relevance
1078 struct net_buf_pool { struct1080 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 …]