Home
last modified time | relevance | path

Searched refs:rte_ipv6_tuple (Results 1 – 2 of 2) sorted by relevance

/dpdk/lib/hash/
H A Drte_thash.h58 #define RTE_THASH_V6_L3_LEN ((sizeof(struct rte_ipv6_tuple) - \
59 sizeof(((struct rte_ipv6_tuple *)0)->sctp_tag)) / 4)
66 #define RTE_THASH_V6_L4_LEN ((sizeof(struct rte_ipv6_tuple)) / 4)
90 struct rte_ipv6_tuple { struct
105 struct rte_ipv6_tuple v6; argument
/dpdk/lib/eventdev/
H A Drte_event_eth_rx_adapter.c738 struct rte_ipv6_tuple ipv6_tuple; in rxa_do_softrss()