FD.io VPP  v20.01-48-g3e0dafb74
Vector Packet Processing
hash_header Struct Reference

Data Fields

uword elts
 
u32 flags
 
u32 log2_pair_size
 
hash_key_sum_function_tkey_sum
 
hash_key_equal_function_tkey_equal
 
any user
 
format_function_tformat_pair
 
void * format_pair_arg
 
uword is_user [0]
 

Detailed Description

Definition at line 53 of file hash.h.

Field Documentation

◆ elts

uword hash_header::elts

Definition at line 56 of file hash.h.

◆ flags

u32 hash_header::flags

Definition at line 59 of file hash.h.

◆ format_pair

format_function_t* hash_header::format_pair

Definition at line 89 of file hash.h.

◆ format_pair_arg

void* hash_header::format_pair_arg

Definition at line 92 of file hash.h.

◆ is_user

uword hash_header::is_user[0]

Definition at line 96 of file hash.h.

◆ key_equal

hash_key_equal_function_t* hash_header::key_equal

Definition at line 83 of file hash.h.

◆ key_sum

hash_key_sum_function_t* hash_header::key_sum

Definition at line 73 of file hash.h.

◆ log2_pair_size

u32 hash_header::log2_pair_size

Definition at line 68 of file hash.h.

◆ user

any hash_header::user

Definition at line 86 of file hash.h.


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