| NVIDIA DOCA SDK | Data Center on a Chip Framework Documentation |
packet header structure to simplify populating the encap_data array for tunnel encap ipv4 data More...
Data Fields | |
| rte_ether_hdr | eth |
| rte_ipv4_hdr | ip |
| rte_udp_hdr | udp |
| rte_psp_base_hdr | psp |
| rte_be64_t | psp_virt_cookie |
packet header structure to simplify populating the encap_data array for tunnel encap ipv4 data
Definition at line 85 of file psp_gw_flows.cpp.
| rte_ether_hdr eth_ipv4_psp_tunnel_hdr::eth |
Definition at line 87 of file psp_gw_flows.cpp.
| rte_ipv4_hdr eth_ipv4_psp_tunnel_hdr::ip |
Definition at line 90 of file psp_gw_flows.cpp.
| rte_psp_base_hdr eth_ipv4_psp_tunnel_hdr::psp |
Definition at line 95 of file psp_gw_flows.cpp.
| rte_be64_t eth_ipv4_psp_tunnel_hdr::psp_virt_cookie |
Definition at line 96 of file psp_gw_flows.cpp.
| rte_udp_hdr eth_ipv4_psp_tunnel_hdr::udp |
Definition at line 92 of file psp_gw_flows.cpp.