Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_hash/
H A Drte_thash.h47 #define RTE_THASH_V4_L3_LEN ((sizeof(struct rte_ipv4_tuple) - \
48 sizeof(((struct rte_ipv4_tuple *)0)->sctp_tag)) / 4)
55 #define RTE_THASH_V4_L4_LEN ((sizeof(struct rte_ipv4_tuple)) / 4)
75 struct rte_ipv4_tuple { struct
107 struct rte_ipv4_tuple v4;
/f-stack/dpdk/lib/librte_eventdev/
H A Drte_event_eth_rx_adapter.c656 struct rte_ipv4_tuple ipv4_tuple; in rxa_do_softrss()