Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/ipsec-secgw/
H A Dipip.h21 uint8_t ds_ecn; in ipip_outbound() local
34 ds_ecn = inip4->ip_tos; in ipip_outbound()
39 ds_ecn = ntohl(inip6->ip6_flow) >> 20; in ipip_outbound()
49 outip6->ip6_flow = htonl(IP6_VERSION << 28 | ds_ecn << 20); in ipip_outbound()
70 outip4->ip_tos = ds_ecn; in ipip_outbound()