|
GNU Radio's TEST Package
|
Simple double-linked list. More...
#include <stddef.h>

Go to the source code of this file.
Classes | |
| struct | llist_head |
Macros | |
| #define | LLIST_HEAD_INIT(name) |
| #define | LLIST_HEAD(name) |
| #define | llist_entry(ptr, type, member) |
| Get the struct for this entry. | |
| #define | llist_for_each_entry(type, pos, head, member) |
| Iterate over llist of given type. | |
Functions | |
| static void | llist_add (struct llist_head *_new, struct llist_head *head) |
| Add a new entry after the specified head. | |
| static void | llist_del (struct llist_head *entry) |
| Deletes entry from llist. | |
Simple double-linked list.