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()
503 const xfrm_address_t *daddr, in policy_hash_direct()
504 const xfrm_address_t *saddr, in policy_hash_direct()
738 static bool xfrm_pol_inexact_addr_use_any_list(const xfrm_address_t *addr, in xfrm_pol_inexact_addr_use_any_list()
756 const xfrm_address_t *addr; in xfrm_policy_inexact_insert_use_any_list()
775 const xfrm_address_t *addr, u8 prefixlen) in xfrm_pol_inexact_node_init()
782 xfrm_pol_inexact_node_alloc(const xfrm_address_t *addr, u8 prefixlen) in xfrm_pol_inexact_node_alloc()
793 static int xfrm_policy_addr_delta(const xfrm_address_t *a, in xfrm_policy_addr_delta()
794 const xfrm_address_t *b, in xfrm_policy_addr_delta()
991 xfrm_address_t *addr, in xfrm_policy_inexact_insert_node()
1913 const xfrm_address_t *addr, u16 family) in xfrm_policy_lookup_inexact_addr()
1950 const xfrm_address_t *saddr, in xfrm_policy_find_inexact_candidates()
1951 const xfrm_address_t *daddr) in xfrm_policy_find_inexact_candidates()
2082 const xfrm_address_t *daddr, *saddr; in xfrm_policy_lookup_bytype()
2346 xfrm_get_saddr(struct net *net, int oif, xfrm_address_t *local, in xfrm_get_saddr()
2347 xfrm_address_t *remote, unsigned short family, u32 mark) in xfrm_get_saddr()
2368 xfrm_address_t *daddr = xfrm_flowi_daddr(fl, family); in xfrm_tmpl_resolve_one()
2369 xfrm_address_t *saddr = xfrm_flowi_saddr(fl, family); in xfrm_tmpl_resolve_one()
2370 xfrm_address_t tmp; in xfrm_tmpl_resolve_one()
2374 xfrm_address_t *remote = daddr; in xfrm_tmpl_resolve_one()
2375 xfrm_address_t *local = saddr; in xfrm_tmpl_resolve_one()
2552 xfrm_address_t saddr, daddr; in xfrm_bundle_create()