Searched refs:outip4 (Results 1 – 1 of 1) sorted by relevance
19 struct ip *inip4, *outip4; in ipip_outbound() local65 RTE_ASSERT(outip4 != NULL); in ipip_outbound()68 outip4->ip_v = IPVERSION; in ipip_outbound()69 outip4->ip_hl = 5; in ipip_outbound()70 outip4->ip_tos = ds_ecn; in ipip_outbound()73 outip4->ip_id = 0; in ipip_outbound()74 outip4->ip_off = 0; in ipip_outbound()76 outip4->ip_ttl = IPDEFTTL; in ipip_outbound()77 outip4->ip_p = IPPROTO_ESP; in ipip_outbound()82 return outip4; in ipip_outbound()[all …]