#include "kre_list.h"
Functions | |
void | kre_list_init (struct list_head *node) |
kREproxy list initialization. | |
void | kre_list_add_entry_tail (struct list_head *new, struct list_head *head) |
Add new list entry tail. |
void kre_list_add_entry_tail | ( | struct list_head * | new, | |
struct list_head * | list | |||
) |
Add new list entry tail.
new | New list head entry to add. | |
list | Destination list. |