Lines Matching refs:xfrm_address_t

180 		xfrm_address_t	saddr;
206 xfrm_address_t *coaddr;
331 const xfrm_address_t *saddr,
332 const xfrm_address_t *daddr,
335 xfrm_address_t *saddr,
336 xfrm_address_t *daddr,
459 xfrm_address_t saddr;
542 xfrm_address_t local;
543 xfrm_address_t remote;
549 xfrm_address_t old_daddr;
550 xfrm_address_t old_saddr;
551 xfrm_address_t new_daddr;
552 xfrm_address_t new_saddr;
578 int (*new_mapping)(struct xfrm_state *x, xfrm_address_t *ipaddr, __be16 sport);
580 int (*report)(struct net *net, u8 proto, struct xfrm_selector *sel, xfrm_address_t *addr);
1054 xfrm_addr_any(const xfrm_address_t *addr, unsigned short family)
1266 xfrm_address_t *xfrm_flowi_daddr(const struct flowi *fl, unsigned short family)
1270 return (xfrm_address_t *)&fl->u.ip4.daddr;
1272 return (xfrm_address_t *)&fl->u.ip6.daddr;
1278 xfrm_address_t *xfrm_flowi_saddr(const struct flowi *fl, unsigned short family)
1282 return (xfrm_address_t *)&fl->u.ip4.saddr;
1284 return (xfrm_address_t *)&fl->u.ip6.saddr;
1291 xfrm_address_t *saddr, xfrm_address_t *daddr,
1308 const xfrm_address_t *daddr, const xfrm_address_t *saddr)
1318 const xfrm_address_t *daddr, const xfrm_address_t *saddr)
1330 const xfrm_address_t *daddr, const xfrm_address_t *saddr,
1349 (const xfrm_address_t *)&fl->u.ip4.daddr,
1350 (const xfrm_address_t *)&fl->u.ip4.saddr);
1353 (const xfrm_address_t *)&fl->u.ip6.daddr,
1354 (const xfrm_address_t *)&fl->u.ip6.saddr);
1514 struct xfrm_state *xfrm_state_find(const xfrm_address_t *daddr,
1515 const xfrm_address_t *saddr,
1521 xfrm_address_t *daddr,
1522 xfrm_address_t *saddr,
1532 const xfrm_address_t *daddr, __be32 spi,
1535 const xfrm_address_t *daddr,
1536 const xfrm_address_t *saddr,
1630 int xfrm6_input_addr(struct sk_buff *skb, xfrm_address_t *daddr,
1631 xfrm_address_t *saddr, u8 proto);
1637 __be32 xfrm6_tunnel_alloc_spi(struct net *net, xfrm_address_t *saddr);
1638 __be32 xfrm6_tunnel_spi_lookup(struct net *net, const xfrm_address_t *saddr);
1659 const xfrm_address_t *saddr,
1660 const xfrm_address_t *daddr,
1688 const xfrm_address_t *daddr,
1689 const xfrm_address_t *saddr, int create,
1709 int km_new_mapping(struct xfrm_state *x, xfrm_address_t *ipaddr, __be16 sport);
1712 xfrm_address_t *addr);
1731 static inline bool xfrm6_addr_equal(const xfrm_address_t *a,
1732 const xfrm_address_t *b)
1738 static inline bool xfrm_addr_equal(const xfrm_address_t *a,
1739 const xfrm_address_t *b,