libosmocore  1.9.0.15-7148.202310182026
Osmocom core library
hlist_head Struct Reference

Double linked lists with a single pointer list head. More...

#include <linuxlist.h>

Data Fields

struct hlist_nodefirst
 

Detailed Description

Double linked lists with a single pointer list head.

Mostly useful for hash tables where the two pointer list head is too wasteful. You lose the ability to access the tail in O(1).

Field Documentation

◆ first

struct hlist_node* hlist_head::first

The documentation for this struct was generated from the following file: