libosmocore 1.11.0.26-c59d.202505092026
Osmocom core library
|
(double) linked list header structure More...
#include <linuxlist.h>
Data Fields | |
struct llist_head * | next |
Pointer to next and previous item. | |
struct llist_head * | prev |
(double) linked list header structure
struct llist_head* llist_head::next |
Pointer to next and previous item.
Referenced by __llist_add(), __llist_del(), __llist_splice(), _osmo_fsm_inst_term_children(), iofd_txqueue_dequeue(), llist_add(), llist_del(), llist_del_init(), llist_empty(), llist_move(), llist_move_tail(), msgb_dequeue(), and next_stats_tcp_entry().
struct llist_head * llist_head::prev |
Referenced by __llist_add(), __llist_del(), __llist_splice(), llist_add_tail(), llist_del(), llist_del_init(), llist_move(), and llist_move_tail().