Searched refs:inip6 (Results 1 – 1 of 1) sorted by relevance
20 struct ip6_hdr *inip6, *outip6; in ipip_outbound() local36 inip6 = (struct ip6_hdr *)inip4; in ipip_outbound()38 inip6->ip6_hops -= 1; in ipip_outbound()39 ds_ecn = ntohl(inip6->ip6_flow) >> 20; in ipip_outbound()127 struct ip6_hdr *inip6, *outip6; in ipip_inbound() local166 inip6 = (struct ip6_hdr *)inip4; in ipip_inbound()168 ip6_ecn_setup(inip6); in ipip_inbound()170 inip6->ip6_hops -= 1; in ipip_inbound()