Lines Matching refs:ip6
114 struct ip6_hdr *ip6; in send_output() local
144 ip6 = mtod(m, struct ip6_hdr *); in send_output()
145 icmp6 = (struct icmp6_hdr *)(ip6 + 1); in send_output()
184 ip6 = mtod(m, struct ip6_hdr *); in send_output()
185 if (IN6_IS_ADDR_MULTICAST(&ip6->ip6_dst)) in send_output()
191 dst.sin6_addr = ip6->ip6_dst; in send_output()
195 IP_PROBE(send, NULL, NULL, ip6, ifp, NULL, ip6); in send_output()
278 struct ip6_hdr *ip6; in send_input() local
292 ip6 = mtod(m, struct ip6_hdr *); in send_input()
293 in6_clearscope(&ip6->ip6_src); in send_input()
294 in6_clearscope(&ip6->ip6_dst); in send_input()