FD.io VPP  v18.10-34-gcce845e
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

uword hash_header::elts

Definition at line 56 of file hash.h.

u32 hash_header::flags

Definition at line 59 of file hash.h.

format_function_t* hash_header::format_pair

Definition at line 89 of file hash.h.

void* hash_header::format_pair_arg

Definition at line 92 of file hash.h.

uword hash_header::is_user[0]

Definition at line 96 of file hash.h.

hash_key_equal_function_t* hash_header::key_equal

Definition at line 83 of file hash.h.

hash_key_sum_function_t* hash_header::key_sum

Definition at line 73 of file hash.h.

u32 hash_header::log2_pair_size

Definition at line 68 of file hash.h.

any hash_header::user

Definition at line 86 of file hash.h.


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