Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/ipsec-secgw/
H A Desp.c228 uint8_t *padding = NULL, *new_ip, nlp; in esp_outbound() local
312 new_ip = (uint8_t *)rte_pktmbuf_prepend(m, in esp_outbound()
314 memmove(new_ip, ip4, ip_hdr_len); in esp_outbound()
315 esp = (struct rte_esp_hdr *)(new_ip + ip_hdr_len); in esp_outbound()
316 ip4 = (struct ip *)new_ip; in esp_outbound()
321 ip6 = (struct ip6_hdr *)new_ip; in esp_outbound()