Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_ipsec/
H A Diph.h143 struct rte_ipv4_hdr *v4out_h; in update_outb_tun_tos() local
163 v4out_h = update_h; in update_outb_tun_tos()
164 otp = v4out_h->type_of_service & ~tos_mask; in update_outb_tun_tos()
167 v4out_h->type_of_service = (otp | itp); in update_outb_tun_tos()
170 v4out_h = update_h; in update_outb_tun_tos()
171 otp = v4out_h->type_of_service & ~tos_mask; in update_outb_tun_tos()
174 v4out_h->type_of_service = (otp | itp); in update_outb_tun_tos()