libnl 3.7.0
nl_hash_node Struct Reference

Data Fields

uint32_t key
 
uint32_t key_size
 
struct nl_object * obj
 
struct nl_hash_nodenext
 

Detailed Description

Definition at line 16 of file hashtable.h.

Field Documentation

◆ key

uint32_t nl_hash_node::key

Definition at line 17 of file hashtable.h.

◆ key_size

uint32_t nl_hash_node::key_size

Definition at line 18 of file hashtable.h.

◆ obj

struct nl_object* nl_hash_node::obj

Definition at line 19 of file hashtable.h.

◆ next

struct nl_hash_node* nl_hash_node::next

Definition at line 20 of file hashtable.h.