Home
last modified time | relevance | path

Searched defs:rte_flow_tunnel (Results 1 – 1 of 1) sorted by relevance

/f-stack/dpdk/lib/librte_ethdev/
H A Drte_flow.h3635 struct rte_flow_tunnel { struct
3640 enum rte_flow_item_type type;
3641 uint64_t tun_id; /**< Tunnel identification. */
3644 union {
3654 rte_be16_t tp_src; /**< Tunnel port source. */
3655 rte_be16_t tp_dst; /**< Tunnel port destination. */
3656 uint16_t tun_flags; /**< Tunnel flags. */
3658 bool is_ipv6; /**< True for valid IPv6 fields. Otherwise IPv4. */
3664 uint8_t tos; /**< TOS for IPv4, TC for IPv6. */
3665 uint8_t ttl; /**< TTL for IPv4, HL for IPv6. */
[all …]