Searched refs:fixed_destroy (Results 1 – 1 of 1) sorted by relevance
68 static void fixed_destroy(struct net_buf *buf);72 NET_BUF_POOL_FIXED_DEFINE(fixed_pool, 10, FIXED_BUFFER_SIZE, USER_DATA_FIXED, fixed_destroy);84 static void fixed_destroy(struct net_buf *buf) in fixed_destroy() function