Lines Matching refs:ip6_hdr
45 ip_hdr_len = sizeof(struct ip6_hdr); in esp_inbound()
148 struct ip6_hdr *ip6; in esp_inbound_post()
208 ip6 = (struct ip6_hdr *)ip4; in esp_inbound_post()
210 memmove(ip6, ip, sizeof(struct ip6_hdr)); in esp_inbound_post()
213 sizeof(struct ip6_hdr)); in esp_inbound_post()
226 struct ip6_hdr *ip6; in esp_outbound()
250 ip_hdr_len = sizeof(struct ip6_hdr); in esp_outbound()
251 ip6 = (struct ip6_hdr *)ip4; in esp_outbound()
271 ip_hdr_len = sizeof(struct ip6_hdr); in esp_outbound()
321 ip6 = (struct ip6_hdr *)new_ip; in esp_outbound()
324 sizeof(struct ip6_hdr)); in esp_outbound()