Lines Matching refs:daddr

350 					       const xfrm_address_t *daddr,
354 xfrm_address_t *daddr,
1325 return (xfrm_address_t *)&fl->u.ip4.daddr; in xfrm_flowi_daddr()
1327 return (xfrm_address_t *)&fl->u.ip6.daddr; in xfrm_flowi_daddr()
1346 xfrm_address_t *saddr, xfrm_address_t *daddr, in xfrm_flowi_addr_get() argument
1352 memcpy(&daddr->a4, &fl->u.ip4.daddr, sizeof(daddr->a4)); in xfrm_flowi_addr_get()
1356 daddr->in6 = fl->u.ip6.daddr; in xfrm_flowi_addr_get()
1363 const xfrm_address_t *daddr, const xfrm_address_t *saddr) in __xfrm4_state_addr_check() argument
1365 if (daddr->a4 == x->id.daddr.a4 && in __xfrm4_state_addr_check()
1373 const xfrm_address_t *daddr, const xfrm_address_t *saddr) in __xfrm6_state_addr_check() argument
1375 if (ipv6_addr_equal((struct in6_addr *)daddr, (struct in6_addr *)&x->id.daddr) && in __xfrm6_state_addr_check()
1385 const xfrm_address_t *daddr, const xfrm_address_t *saddr, in xfrm_state_addr_check() argument
1390 return __xfrm4_state_addr_check(x, daddr, saddr); in xfrm_state_addr_check()
1392 return __xfrm6_state_addr_check(x, daddr, saddr); in xfrm_state_addr_check()
1404 (const xfrm_address_t *)&fl->u.ip4.daddr, in xfrm_state_addr_flow_check()
1408 (const xfrm_address_t *)&fl->u.ip6.daddr, in xfrm_state_addr_flow_check()
1569 struct xfrm_state *xfrm_state_find(const xfrm_address_t *daddr,
1576 xfrm_address_t *daddr,
1604 const xfrm_address_t *daddr, __be32 spi,
1607 const xfrm_address_t *daddr,
1685 XFRM_SPI_SKB_CB(skb)->daddroff = offsetof(struct iphdr, daddr); in xfrm4_rcv_spi()
1703 int xfrm6_input_addr(struct sk_buff *skb, xfrm_address_t *daddr,
1730 const xfrm_address_t *daddr,
1759 const xfrm_address_t *daddr,