Lines Matching refs:daddr

291 					       const xfrm_address_t *daddr);
294 xfrm_address_t *daddr);
332 const xfrm_address_t *daddr,
1220 return (xfrm_address_t *)&fl->u.ip4.daddr; in xfrm_flowi_daddr()
1222 return (xfrm_address_t *)&fl->u.ip6.daddr; in xfrm_flowi_daddr()
1241 xfrm_address_t *saddr, xfrm_address_t *daddr, in xfrm_flowi_addr_get() argument
1247 memcpy(&daddr->a4, &fl->u.ip4.daddr, sizeof(daddr->a4)); in xfrm_flowi_addr_get()
1251 daddr->in6 = fl->u.ip6.daddr; in xfrm_flowi_addr_get()
1258 const xfrm_address_t *daddr, const xfrm_address_t *saddr) in __xfrm4_state_addr_check() argument
1260 if (daddr->a4 == x->id.daddr.a4 && in __xfrm4_state_addr_check()
1268 const xfrm_address_t *daddr, const xfrm_address_t *saddr) in __xfrm6_state_addr_check() argument
1270 if (ipv6_addr_equal((struct in6_addr *)daddr, (struct in6_addr *)&x->id.daddr) && in __xfrm6_state_addr_check()
1280 const xfrm_address_t *daddr, const xfrm_address_t *saddr, in xfrm_state_addr_check() argument
1285 return __xfrm4_state_addr_check(x, daddr, saddr); in xfrm_state_addr_check()
1287 return __xfrm6_state_addr_check(x, daddr, saddr); in xfrm_state_addr_check()
1299 (const xfrm_address_t *)&fl->u.ip4.daddr, in xfrm_state_addr_flow_check()
1303 (const xfrm_address_t *)&fl->u.ip6.daddr, in xfrm_state_addr_flow_check()
1442 struct xfrm_state *xfrm_state_find(const xfrm_address_t *daddr,
1449 xfrm_address_t *daddr,
1460 const xfrm_address_t *daddr, __be32 spi,
1463 const xfrm_address_t *daddr,
1531 XFRM_SPI_SKB_CB(skb)->daddroff = offsetof(struct iphdr, daddr); in xfrm4_rcv_spi()
1550 int xfrm6_input_addr(struct sk_buff *skb, xfrm_address_t *daddr,
1607 const xfrm_address_t *daddr,