Home
last modified time | relevance | path

Searched refs:fixed_destroy (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/tests/lib/net_buf/buf/src/
Dmain.c68 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