Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_pipeline/
H A Drte_table_action.c3044 struct rte_ipv4_hdr *hdr0 = ip0; in pkt4_work() local
3049 dscp0 = hdr0->type_of_service >> 2; in pkt4_work()
3054 total_length0 = rte_ntohs(hdr0->total_length); in pkt4_work()
3059 struct rte_ipv6_hdr *hdr0 = ip0; in pkt4_work() local
3064 dscp0 = (rte_ntohl(hdr0->vtc_flow) & 0x0F600000) >> 18; in pkt4_work()
3069 total_length0 = rte_ntohs(hdr0->payload_len) + in pkt4_work()