Searched refs:func_free (Results 1 – 3 of 3) sorted by relevance
/Zephyr-latest/subsys/net/lib/shell/ |
D | allocs.c | 18 const char *func_free, in allocs_cb() argument 50 func_alloc, line_alloc, func_free, in allocs_cb() 68 func_alloc, line_alloc, func_free, in allocs_cb()
|
/Zephyr-latest/subsys/net/ip/ |
D | net_pkt.c | 159 const char *func_free; member 201 net_pkt_allocs[i].func_free = func; in net_pkt_alloc_del() 211 const char **func_free, in net_pkt_alloc_find() argument 219 *func_free = net_pkt_allocs[i].func_free; in net_pkt_alloc_find() 241 net_pkt_allocs[i].func_free, in net_pkt_allocs_foreach() 256 net_pkt_allocs[i].func_free, in net_pkt_allocs_foreach() 266 #define net_pkt_alloc_find(alloc_data, func_free, line_free) false argument
|
/Zephyr-latest/include/zephyr/net/ |
D | net_pkt.h | 1819 const char *func_free,
|