Lines Matching refs:daddr
107 return secure_tcpv6_sequence_number(ipv6_hdr(skb)->daddr.s6_addr32, in tcp_v6_init_sequence()
231 fl6.daddr = sk->sk_v6_daddr; in tcp_v6_connect()
263 ipv6_addr_equal(&fl6.daddr, &sk->sk_v6_daddr)) in tcp_v6_connect()
335 &hdr->daddr, th->dest, in tcp_v6_err()
462 fl6->daddr = ireq->ir_v6_rmt_addr; in tcp_v6_send_synack()
531 const struct in6_addr *daddr, in tcp_v6_md5_hash_pseudoheader() argument
540 bp->daddr = *daddr; in tcp_v6_md5_hash_pseudoheader()
549 const struct in6_addr *daddr, struct in6_addr *saddr, in tcp_v6_md5_hash_hdr() argument
562 if (tcp_v6_md5_hash_pseudoheader(hp, daddr, saddr, th->doff << 2)) in tcp_v6_md5_hash_hdr()
586 const struct in6_addr *saddr, *daddr; in tcp_v6_md5_hash_skb() local
593 daddr = &sk->sk_v6_daddr; in tcp_v6_md5_hash_skb()
597 daddr = &ip6h->daddr; in tcp_v6_md5_hash_skb()
608 if (tcp_v6_md5_hash_pseudoheader(hp, daddr, saddr, skb->len)) in tcp_v6_md5_hash_skb()
668 &ip6h->daddr, ntohs(th->dest)); in tcp_v6_inbound_md5_hash()
683 ireq->ir_v6_loc_addr = ipv6_hdr(skb)->daddr; in tcp_v6_init_req()
794 &ipv6_hdr(skb)->daddr, t1); in tcp_v6_send_response()
799 fl6.daddr = ipv6_hdr(skb)->saddr; in tcp_v6_send_response()
800 fl6.saddr = ipv6_hdr(skb)->daddr; in tcp_v6_send_response()
806 __tcp_v6_send_check(buff, &fl6.saddr, &fl6.daddr); in tcp_v6_send_response()
809 if (rt6_need_strict(&fl6.daddr) && !oif) in tcp_v6_send_response()
870 th->source, &ipv6h->daddr, in tcp_v6_send_reset()
939 tcp_v6_md5_do_lookup(sk, &ipv6_hdr(skb)->daddr), in tcp_v6_reqsk_send_ack()
1506 &ipv6_hdr(skb)->daddr, in tcp_v6_rcv()
1550 &hdr->daddr, ntohs(th->dest), in tcp_v6_early_demux()