Searched refs:ipv6_in (Results 1 – 1 of 1) sorted by relevance
229 struct ipv6hdr *ipv6_in; in gdm_lte_emulate_ndp() local253 ipv6_in = (struct ipv6hdr *)(skb_in->data + mac_header_len); in gdm_lte_emulate_ndp()254 if (ipv6_in->version != 6 || ipv6_in->nexthdr != IPPROTO_ICMPV6) in gdm_lte_emulate_ndp()268 if (memcmp(ipv6_in->saddr.in6_u.u6_addr8, zero_addr8, 16) == 0) in gdm_lte_emulate_ndp()291 memcpy(&ipv6_out, ipv6_in, sizeof(struct ipv6hdr)); in gdm_lte_emulate_ndp()294 ipv6_in->saddr.in6_u.u6_addr8, 16); in gdm_lte_emulate_ndp()