Lines Matching defs:daddr
203 skb->len, &fl6->saddr, &fl6->daddr);
236 union sctp_addr *daddr = &t->ipaddr;
243 fl6->daddr = daddr->v6.sin6_addr;
244 fl6->fl6_dport = daddr->v6.sin6_port;
246 if (ipv6_addr_type(&daddr->v6.sin6_addr) & IPV6_ADDR_LINKLOCAL)
247 fl6->flowi6_oif = daddr->v6.sin6_scope_id;
262 pr_debug("%s: dst=%pI6 ", __func__, &fl6->daddr);
287 scope = sctp_scope(daddr);
352 bmatchlen = sctp_v6_addr_match_len(daddr, &laddr->a);
391 /* Fills in the source address(saddr) based on the destination address(daddr)
493 sa->sin6_addr = ipv6_hdr(skb)->daddr;
747 /* Initialize sk's sport, dport, rcv_saddr and daddr for getsockname()