Lines Matching defs:daddr
232 skb->len, &fl6->saddr, &fl6->daddr);
267 &fl6->daddr, tclass, ip6_dst_hoplimit(dst),
284 union sctp_addr *daddr = &t->ipaddr;
291 fl6->daddr = daddr->v6.sin6_addr;
292 fl6->fl6_dport = daddr->v6.sin6_port;
294 if (ipv6_addr_type(&daddr->v6.sin6_addr) & IPV6_ADDR_LINKLOCAL)
295 fl6->flowi6_oif = daddr->v6.sin6_scope_id;
310 pr_debug("%s: dst=%pI6 ", __func__, &fl6->daddr);
335 scope = sctp_scope(daddr);
400 bmatchlen = sctp_v6_addr_match_len(daddr, &laddr->a);
439 /* Fills in the source address(saddr) based on the destination address(daddr)
541 sa->sin6_addr = ipv6_hdr(skb)->daddr;
803 /* Initialize sk's sport, dport, rcv_saddr and daddr for getsockname()