| NVIDIA DOCA SDK | Data Center on a Chip Framework Documentation |
#include </opt/mellanox/doca/applications/ipsec_security_gw/ipsec_ctx.h>
Data Fields | |
| char | pci_addr [DOCA_DEVINFO_PCI_ADDR_SIZE] |
| char | iface_name [DOCA_DEVINFO_IFACE_NAME_SIZE] |
| bool | open_by_pci |
| bool | open_by_name |
| struct doca_dev * | doca_dev |
| bool | has_device |
Definition at line 214 of file ipsec_ctx.h.
| struct doca_dev* ipsec_security_gw_dev_info::doca_dev |
Definition at line 219 of file ipsec_ctx.h.
| bool ipsec_security_gw_dev_info::has_device |
Definition at line 220 of file ipsec_ctx.h.
| char ipsec_security_gw_dev_info::iface_name[DOCA_DEVINFO_IFACE_NAME_SIZE] |
Definition at line 216 of file ipsec_ctx.h.
| bool ipsec_security_gw_dev_info::open_by_name |
Definition at line 218 of file ipsec_ctx.h.
| bool ipsec_security_gw_dev_info::open_by_pci |
Definition at line 217 of file ipsec_ctx.h.
| char ipsec_security_gw_dev_info::pci_addr[DOCA_DEVINFO_PCI_ADDR_SIZE] |
Definition at line 215 of file ipsec_ctx.h.