Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/ipsec-secgw/
H A Dipip.h20 struct ip6_hdr *inip6, *outip6; in ipip_outbound() local
36 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() local
166 inip6 = (struct ip6_hdr *)inip4; in ipip_inbound()
168 ip6_ecn_setup(inip6); in ipip_inbound()
170 inip6->ip6_hops -= 1; in ipip_inbound()