Lines Matching refs:xfrm_address_t

66 		xfrm_address_t addr;
189 const xfrm_address_t *saddr,
190 const xfrm_address_t *daddr);
255 const xfrm_address_t *saddr, in __xfrm_dst_lookup()
256 const xfrm_address_t *daddr, in __xfrm_dst_lookup()
276 xfrm_address_t *prev_saddr, in xfrm_dst_lookup()
277 xfrm_address_t *prev_daddr, in xfrm_dst_lookup()
281 xfrm_address_t *saddr = &x->props.saddr; in xfrm_dst_lookup()
282 xfrm_address_t *daddr = &x->id.daddr; in xfrm_dst_lookup()
504 const xfrm_address_t *daddr, in policy_hash_direct()
505 const xfrm_address_t *saddr, in policy_hash_direct()
739 static bool xfrm_pol_inexact_addr_use_any_list(const xfrm_address_t *addr, in xfrm_pol_inexact_addr_use_any_list()
757 const xfrm_address_t *addr; in xfrm_policy_inexact_insert_use_any_list()
776 const xfrm_address_t *addr, u8 prefixlen) in xfrm_pol_inexact_node_init()
783 xfrm_pol_inexact_node_alloc(const xfrm_address_t *addr, u8 prefixlen) in xfrm_pol_inexact_node_alloc()
794 static int xfrm_policy_addr_delta(const xfrm_address_t *a, in xfrm_policy_addr_delta()
795 const xfrm_address_t *b, in xfrm_policy_addr_delta()
992 xfrm_address_t *addr, in xfrm_policy_inexact_insert_node()
1984 const xfrm_address_t *addr, u16 family) in xfrm_policy_lookup_inexact_addr()
2021 const xfrm_address_t *saddr, in xfrm_policy_find_inexact_candidates()
2022 const xfrm_address_t *daddr) in xfrm_policy_find_inexact_candidates()
2153 const xfrm_address_t *daddr, *saddr; in xfrm_policy_lookup_bytype()
2421 xfrm_get_saddr(struct net *net, int oif, xfrm_address_t *local, in xfrm_get_saddr()
2422 xfrm_address_t *remote, unsigned short family, u32 mark) in xfrm_get_saddr()
2443 xfrm_address_t *daddr = xfrm_flowi_daddr(fl, family); in xfrm_tmpl_resolve_one()
2444 xfrm_address_t *saddr = xfrm_flowi_saddr(fl, family); in xfrm_tmpl_resolve_one()
2445 xfrm_address_t tmp; in xfrm_tmpl_resolve_one()
2449 xfrm_address_t *remote = daddr; in xfrm_tmpl_resolve_one()
2450 xfrm_address_t *local = saddr; in xfrm_tmpl_resolve_one()
2627 xfrm_address_t saddr, daddr; in xfrm_bundle_create()