Lines Matching refs:ip6_dst

956 			    (int)((caddr_t)&ip6->ip6_dst - (caddr_t)ip6));  in tcp6_input()
1969 (((ip6->ip6_src.s6_addr16[0]) << 16) | (ip6->ip6_dst.s6_addr16[0])), in tcp_input()
2142 &ip6->ip6_dst, th->th_dport, ip6_input_getdstifscope(m), 1, in tcp_input()
2170 inet_ntop(AF_INET6, &ip6->ip6_dst, dbuf, sizeof(dbuf)); in tcp_input()
2196 …((isipv6 && !in6_are_addr_equal_scoped(&ip6->ip6_dst, &ip6->ip6_src, ip6_input_getdstifscope(m), i… in tcp_input()
2273 …!in6_are_addr_equal_scoped(&inp->in6p_laddr, &ip6->ip6_dst, inp->inp_lifscope, ip6_input_getdstifs… in tcp_input()
2332 th->th_dport, th->th_sport, &ip6->ip6_dst, in tcp_input()
2447 …if (in6_are_addr_equal_scoped(&ip6->ip6_dst, &ip6->ip6_src, ip6_input_getdstifscope(m), ip6_input_… in tcp_input()
2469 if (IN6_IS_ADDR_MULTICAST(&ip6->ip6_dst) || in tcp_input()
2528 sin6->sin6_addr = ip6->ip6_dst; in tcp_input()
2634 inp->in6p_laddr = ip6->ip6_dst; in tcp_input()
2636 in6_verify_ifscope(&ip6->ip6_dst, inp->inp_lifscope); in tcp_input()
3212 (((ip6->ip6_src.s6_addr16[0]) << 16) | (ip6->ip6_dst.s6_addr16[0])), in tcp_input()
3315 inp->in6p_laddr = ip6->ip6_dst; in tcp_input()
5531 (((ip6->ip6_src.s6_addr16[0]) << 16) | (ip6->ip6_dst.s6_addr16[0])), in tcp_input()
5708 if (IN6_IS_ADDR_MULTICAST(&ip6->ip6_dst) || in tcp_input()
7298 if (IN6_IS_SCOPE_EMBED(&ip6->ip6_dst)) { in tcp_input_checksum()
7299 d = ip6->ip6_dst.s6_addr16[1]; in tcp_input_checksum()
7300 ip6->ip6_dst.s6_addr16[1] = 0; in tcp_input_checksum()
7315 if (IN6_IS_SCOPE_EMBED(&ip6->ip6_dst)) { in tcp_input_checksum()
7316 ip6->ip6_dst.s6_addr16[1] = d; in tcp_input_checksum()
7328 &ip6->ip6_src, &ip6->ip6_dst, in tcp_input_checksum()