Lines Matching refs:xfrm_address_t

192 		xfrm_address_t	saddr;
218 xfrm_address_t *coaddr;
336 const xfrm_address_t *saddr,
337 const xfrm_address_t *daddr,
340 xfrm_address_t *saddr,
341 xfrm_address_t *daddr,
462 xfrm_address_t saddr;
545 xfrm_address_t local;
546 xfrm_address_t remote;
552 xfrm_address_t old_daddr;
553 xfrm_address_t old_saddr;
554 xfrm_address_t new_daddr;
555 xfrm_address_t new_saddr;
581 int (*new_mapping)(struct xfrm_state *x, xfrm_address_t *ipaddr, __be16 sport);
583 int (*report)(struct net *net, u8 proto, struct xfrm_selector *sel, xfrm_address_t *addr);
1058 xfrm_addr_any(const xfrm_address_t *addr, unsigned short family) in xfrm_addr_any()
1270 xfrm_address_t *xfrm_flowi_daddr(const struct flowi *fl, unsigned short family) in xfrm_flowi_daddr()
1274 return (xfrm_address_t *)&fl->u.ip4.daddr; in xfrm_flowi_daddr()
1276 return (xfrm_address_t *)&fl->u.ip6.daddr; in xfrm_flowi_daddr()
1282 xfrm_address_t *xfrm_flowi_saddr(const struct flowi *fl, unsigned short family) in xfrm_flowi_saddr()
1286 return (xfrm_address_t *)&fl->u.ip4.saddr; in xfrm_flowi_saddr()
1288 return (xfrm_address_t *)&fl->u.ip6.saddr; in xfrm_flowi_saddr()
1295 xfrm_address_t *saddr, xfrm_address_t *daddr, in xfrm_flowi_addr_get()
1312 const xfrm_address_t *daddr, const xfrm_address_t *saddr) in __xfrm4_state_addr_check()
1322 const xfrm_address_t *daddr, const xfrm_address_t *saddr) in __xfrm6_state_addr_check()
1334 const xfrm_address_t *daddr, const xfrm_address_t *saddr, in xfrm_state_addr_check()
1353 (const xfrm_address_t *)&fl->u.ip4.daddr, in xfrm_state_addr_flow_check()
1354 (const xfrm_address_t *)&fl->u.ip4.saddr); in xfrm_state_addr_flow_check()
1357 (const xfrm_address_t *)&fl->u.ip6.daddr, in xfrm_state_addr_flow_check()
1358 (const xfrm_address_t *)&fl->u.ip6.saddr); in xfrm_state_addr_flow_check()
1518 struct xfrm_state *xfrm_state_find(const xfrm_address_t *daddr,
1519 const xfrm_address_t *saddr,
1525 xfrm_address_t *daddr,
1526 xfrm_address_t *saddr,
1536 const xfrm_address_t *daddr, __be32 spi,
1539 const xfrm_address_t *daddr,
1540 const xfrm_address_t *saddr,
1633 int xfrm6_input_addr(struct sk_buff *skb, xfrm_address_t *daddr,
1634 xfrm_address_t *saddr, u8 proto);
1640 __be32 xfrm6_tunnel_alloc_spi(struct net *net, xfrm_address_t *saddr);
1641 __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, in xfrm6_addr_equal()
1732 const xfrm_address_t *b) in xfrm6_addr_equal()
1738 static inline bool xfrm_addr_equal(const xfrm_address_t *a, in xfrm_addr_equal()
1739 const xfrm_address_t *b, in xfrm_addr_equal()