Searched refs:ds_ecn (Results 1 – 1 of 1) sorted by relevance
21 uint8_t ds_ecn; in ipip_outbound() local34 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()