Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_pipeline/
H A Drte_table_action.c3047 struct rte_ipv4_hdr *hdr3 = ip3; in pkt4_work() local
3052 dscp3 = hdr3->type_of_service >> 2; in pkt4_work()
3057 total_length3 = rte_ntohs(hdr3->total_length); in pkt4_work()
3062 struct rte_ipv6_hdr *hdr3 = ip3; in pkt4_work() local
3067 dscp3 = (rte_ntohl(hdr3->vtc_flow) & 0x0F600000) >> 18; in pkt4_work()
3075 total_length3 = rte_ntohs(hdr3->payload_len) + in pkt4_work()