• Home
  • Raw
  • Download

Lines Matching refs:xfrm_address_t

187 		xfrm_address_t	saddr;
213 xfrm_address_t *coaddr;
325 const xfrm_address_t *saddr,
326 const xfrm_address_t *daddr,
329 xfrm_address_t *saddr,
330 xfrm_address_t *daddr,
450 xfrm_address_t saddr;
533 xfrm_address_t local;
534 xfrm_address_t remote;
540 xfrm_address_t old_daddr;
541 xfrm_address_t old_saddr;
542 xfrm_address_t new_daddr;
543 xfrm_address_t new_saddr;
569 int (*new_mapping)(struct xfrm_state *x, xfrm_address_t *ipaddr, __be16 sport);
571 int (*report)(struct net *net, u8 proto, struct xfrm_selector *sel, xfrm_address_t *addr);
1046 xfrm_addr_any(const xfrm_address_t *addr, unsigned short family) in xfrm_addr_any()
1258 xfrm_address_t *xfrm_flowi_daddr(const struct flowi *fl, unsigned short family) in xfrm_flowi_daddr()
1262 return (xfrm_address_t *)&fl->u.ip4.daddr; in xfrm_flowi_daddr()
1264 return (xfrm_address_t *)&fl->u.ip6.daddr; in xfrm_flowi_daddr()
1270 xfrm_address_t *xfrm_flowi_saddr(const struct flowi *fl, unsigned short family) in xfrm_flowi_saddr()
1274 return (xfrm_address_t *)&fl->u.ip4.saddr; in xfrm_flowi_saddr()
1276 return (xfrm_address_t *)&fl->u.ip6.saddr; in xfrm_flowi_saddr()
1283 xfrm_address_t *saddr, xfrm_address_t *daddr, in xfrm_flowi_addr_get()
1300 const xfrm_address_t *daddr, const xfrm_address_t *saddr) in __xfrm4_state_addr_check()
1310 const xfrm_address_t *daddr, const xfrm_address_t *saddr) in __xfrm6_state_addr_check()
1322 const xfrm_address_t *daddr, const xfrm_address_t *saddr, in xfrm_state_addr_check()
1341 (const xfrm_address_t *)&fl->u.ip4.daddr, in xfrm_state_addr_flow_check()
1342 (const xfrm_address_t *)&fl->u.ip4.saddr); in xfrm_state_addr_flow_check()
1345 (const xfrm_address_t *)&fl->u.ip6.daddr, in xfrm_state_addr_flow_check()
1346 (const xfrm_address_t *)&fl->u.ip6.saddr); in xfrm_state_addr_flow_check()
1506 struct xfrm_state *xfrm_state_find(const xfrm_address_t *daddr,
1507 const xfrm_address_t *saddr,
1513 xfrm_address_t *daddr,
1514 xfrm_address_t *saddr,
1524 const xfrm_address_t *daddr, __be32 spi,
1527 const xfrm_address_t *daddr,
1528 const xfrm_address_t *saddr,
1618 int xfrm6_input_addr(struct sk_buff *skb, xfrm_address_t *daddr,
1619 xfrm_address_t *saddr, u8 proto);
1625 __be32 xfrm6_tunnel_alloc_spi(struct net *net, xfrm_address_t *saddr);
1626 __be32 xfrm6_tunnel_spi_lookup(struct net *net, const xfrm_address_t *saddr);
1644 const xfrm_address_t *saddr,
1645 const xfrm_address_t *daddr,
1673 const xfrm_address_t *daddr,
1674 const xfrm_address_t *saddr, int create,
1694 int km_new_mapping(struct xfrm_state *x, xfrm_address_t *ipaddr, __be16 sport);
1697 xfrm_address_t *addr);
1716 static inline bool xfrm6_addr_equal(const xfrm_address_t *a, in xfrm6_addr_equal()
1717 const xfrm_address_t *b) in xfrm6_addr_equal()
1723 static inline bool xfrm_addr_equal(const xfrm_address_t *a, in xfrm_addr_equal()
1724 const xfrm_address_t *b, in xfrm_addr_equal()