• Home
  • Raw
  • Download

Lines Matching refs:xfrm_address_t

178 		xfrm_address_t	saddr;
198 xfrm_address_t *coaddr;
323 const xfrm_address_t *saddr,
324 const xfrm_address_t *daddr,
327 xfrm_address_t *saddr,
328 xfrm_address_t *daddr,
455 xfrm_address_t saddr;
538 xfrm_address_t local;
539 xfrm_address_t remote;
545 xfrm_address_t old_daddr;
546 xfrm_address_t old_saddr;
547 xfrm_address_t new_daddr;
548 xfrm_address_t new_saddr;
574 int (*new_mapping)(struct xfrm_state *x, xfrm_address_t *ipaddr, __be16 sport);
576 int (*report)(struct net *net, u8 proto, struct xfrm_selector *sel, xfrm_address_t *addr);
1049 xfrm_addr_any(const xfrm_address_t *addr, unsigned short family) in xfrm_addr_any()
1235 xfrm_address_t *xfrm_flowi_daddr(const struct flowi *fl, unsigned short family) in xfrm_flowi_daddr()
1239 return (xfrm_address_t *)&fl->u.ip4.daddr; in xfrm_flowi_daddr()
1241 return (xfrm_address_t *)&fl->u.ip6.daddr; in xfrm_flowi_daddr()
1247 xfrm_address_t *xfrm_flowi_saddr(const struct flowi *fl, unsigned short family) in xfrm_flowi_saddr()
1251 return (xfrm_address_t *)&fl->u.ip4.saddr; in xfrm_flowi_saddr()
1253 return (xfrm_address_t *)&fl->u.ip6.saddr; in xfrm_flowi_saddr()
1260 xfrm_address_t *saddr, xfrm_address_t *daddr, in xfrm_flowi_addr_get()
1277 const xfrm_address_t *daddr, const xfrm_address_t *saddr) in __xfrm4_state_addr_check()
1287 const xfrm_address_t *daddr, const xfrm_address_t *saddr) in __xfrm6_state_addr_check()
1299 const xfrm_address_t *daddr, const xfrm_address_t *saddr, in xfrm_state_addr_check()
1318 (const xfrm_address_t *)&fl->u.ip4.daddr, in xfrm_state_addr_flow_check()
1319 (const xfrm_address_t *)&fl->u.ip4.saddr); in xfrm_state_addr_flow_check()
1322 (const xfrm_address_t *)&fl->u.ip6.daddr, in xfrm_state_addr_flow_check()
1323 (const xfrm_address_t *)&fl->u.ip6.saddr); in xfrm_state_addr_flow_check()
1479 struct xfrm_state *xfrm_state_find(const xfrm_address_t *daddr,
1480 const xfrm_address_t *saddr,
1486 xfrm_address_t *daddr,
1487 xfrm_address_t *saddr,
1497 const xfrm_address_t *daddr, __be32 spi,
1500 const xfrm_address_t *daddr,
1501 const xfrm_address_t *saddr,
1593 int xfrm6_input_addr(struct sk_buff *skb, xfrm_address_t *daddr,
1594 xfrm_address_t *saddr, u8 proto);
1600 __be32 xfrm6_tunnel_alloc_spi(struct net *net, xfrm_address_t *saddr);
1601 __be32 xfrm6_tunnel_spi_lookup(struct net *net, const xfrm_address_t *saddr);
1627 const xfrm_address_t *saddr,
1628 const xfrm_address_t *daddr,
1656 const xfrm_address_t *daddr,
1657 const xfrm_address_t *saddr, int create,
1677 int km_new_mapping(struct xfrm_state *x, xfrm_address_t *ipaddr, __be16 sport);
1680 xfrm_address_t *addr);
1699 static inline bool xfrm6_addr_equal(const xfrm_address_t *a, in xfrm6_addr_equal()
1700 const xfrm_address_t *b) in xfrm6_addr_equal()
1706 static inline bool xfrm_addr_equal(const xfrm_address_t *a, in xfrm_addr_equal()
1707 const xfrm_address_t *b, in xfrm_addr_equal()