Searched refs:ipv6_in (Results 1 – 1 of 1) sorted by relevance
230 struct ipv6hdr *ipv6_in; in gdm_lte_emulate_ndp() local254 ipv6_in = (struct ipv6hdr *)(skb_in->data + mac_header_len); in gdm_lte_emulate_ndp()255 if (ipv6_in->version != 6 || ipv6_in->nexthdr != IPPROTO_ICMPV6) in gdm_lte_emulate_ndp()269 if (memcmp(ipv6_in->saddr.in6_u.u6_addr8, zero_addr8, 16) == 0) in gdm_lte_emulate_ndp()292 memcpy(&ipv6_out, ipv6_in, sizeof(struct ipv6hdr)); in gdm_lte_emulate_ndp()295 ipv6_in->saddr.in6_u.u6_addr8, 16); in gdm_lte_emulate_ndp()