Lines Matching defs:daddr
95 3. ->id.daddr Remote tunnel endpoint, ignored for transport mode.
350 const xfrm_address_t *daddr,
354 xfrm_address_t *daddr,
467 * daddr - destination of tunnel, may be zero for transport mode.
469 * daddr must be fixed too.
944 * routing key, including saddr,daddr. However, we can have many of
1322 return (xfrm_address_t *)&fl->u.ip4.daddr;
1324 return (xfrm_address_t *)&fl->u.ip6.daddr;
1343 xfrm_address_t *saddr, xfrm_address_t *daddr,
1349 memcpy(&daddr->a4, &fl->u.ip4.daddr, sizeof(daddr->a4));
1353 daddr->in6 = fl->u.ip6.daddr;
1360 const xfrm_address_t *daddr, const xfrm_address_t *saddr)
1362 if (daddr->a4 == x->id.daddr.a4 &&
1370 const xfrm_address_t *daddr, const xfrm_address_t *saddr)
1372 if (ipv6_addr_equal((struct in6_addr *)daddr, (struct in6_addr *)&x->id.daddr) &&
1382 const xfrm_address_t *daddr, const xfrm_address_t *saddr,
1387 return __xfrm4_state_addr_check(x, daddr, saddr);
1389 return __xfrm6_state_addr_check(x, daddr, saddr);
1401 (const xfrm_address_t *)&fl->u.ip4.daddr,
1405 (const xfrm_address_t *)&fl->u.ip6.daddr,
1566 struct xfrm_state *xfrm_state_find(const xfrm_address_t *daddr,
1573 xfrm_address_t *daddr,
1601 const xfrm_address_t *daddr, __be32 spi,
1604 const xfrm_address_t *daddr,
1682 XFRM_SPI_SKB_CB(skb)->daddroff = offsetof(struct iphdr, daddr);
1700 int xfrm6_input_addr(struct sk_buff *skb, xfrm_address_t *daddr,
1727 const xfrm_address_t *daddr,
1756 const xfrm_address_t *daddr,