Home
last modified time | relevance | path

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

/dpdk/lib/hash/
H A Drte_thash.h44 #define RTE_THASH_V4_L3_LEN ((sizeof(struct rte_ipv4_tuple) - \
45 sizeof(((struct rte_ipv4_tuple *)0)->sctp_tag)) / 4)
52 #define RTE_THASH_V4_L4_LEN ((sizeof(struct rte_ipv4_tuple)) / 4)
72 struct rte_ipv4_tuple { struct
104 struct rte_ipv4_tuple v4;
/dpdk/lib/eventdev/
H A Drte_event_eth_rx_adapter.c737 struct rte_ipv4_tuple ipv4_tuple; in rxa_do_softrss()