libnl 3.7.0
nl_list_head Struct Reference

Data Fields

struct nl_list_headnext
 
struct nl_list_headprev
 

Detailed Description

Definition at line 11 of file list.h.

Field Documentation

◆ next

struct nl_list_head* nl_list_head::next

Definition at line 13 of file list.h.

◆ prev

struct nl_list_head* nl_list_head::prev

Definition at line 14 of file list.h.