FD.io VPP
v20.09-64-g4f7b92f0a
Vector Packet Processing
|
Data Fields | |
int | user_instance |
u32 | sw_if_index |
u32 | local_idx |
cookie_checker_t | cookie_checker |
u16 | port |
wg_index_table_t | index_table |
ip_address_t | src_ip |
uword * | peers |
Definition at line 22 of file wireguard_if.h.
cookie_checker_t wg_if_t_::cookie_checker |
Definition at line 30 of file wireguard_if.h.
wg_index_table_t wg_if_t_::index_table |
Definition at line 33 of file wireguard_if.h.
u32 wg_if_t_::local_idx |
Definition at line 29 of file wireguard_if.h.
uword* wg_if_t_::peers |
Definition at line 39 of file wireguard_if.h.
u16 wg_if_t_::port |
Definition at line 31 of file wireguard_if.h.
ip_address_t wg_if_t_::src_ip |
Definition at line 36 of file wireguard_if.h.
u32 wg_if_t_::sw_if_index |
Definition at line 25 of file wireguard_if.h.
int wg_if_t_::user_instance |
Definition at line 24 of file wireguard_if.h.