Home
last modified time | relevance | path

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

/dpdk/lib/pipeline/
H A Drte_table_action.c3045 struct rte_ipv4_hdr *hdr3 = ip3; in pkt4_work() local
3050 dscp3 = hdr3->type_of_service >> 2; in pkt4_work()
3055 total_length3 = rte_ntohs(hdr3->total_length); in pkt4_work()
3060 struct rte_ipv6_hdr *hdr3 = ip3; in pkt4_work() local
3065 dscp3 = (rte_ntohl(hdr3->vtc_flow) & 0x0F600000) >> 18; in pkt4_work()
3073 total_length3 = rte_ntohs(hdr3->payload_len) + in pkt4_work()