FD.io VPP  v21.06-1-gbb7418cf9
Vector Packet Processing
wireguard_index_table.h File Reference
+ Include dependency graph for wireguard_index_table.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  wg_index_table_t
 

Functions

u32 wg_index_table_add (wg_index_table_t *table, u32 peer_pool_idx, u32 rnd_seed)
 
void wg_index_table_del (wg_index_table_t *table, u32 key)
 
u32wg_index_table_lookup (const wg_index_table_t *table, u32 key)
 

Function Documentation

◆ wg_index_table_add()

u32 wg_index_table_add ( wg_index_table_t table,
u32  peer_pool_idx,
u32  rnd_seed 
)

Definition at line 22 of file wireguard_index_table.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ wg_index_table_del()

void wg_index_table_del ( wg_index_table_t table,
u32  key 
)

Definition at line 39 of file wireguard_index_table.c.

+ Here is the caller graph for this function:

◆ wg_index_table_lookup()

u32* wg_index_table_lookup ( const wg_index_table_t table,
u32  key 
)

Definition at line 48 of file wireguard_index_table.c.

+ Here is the caller graph for this function: