Lines Matching refs:xfrm_address_t
64 xfrm_address_t addr;
187 const xfrm_address_t *saddr,
188 const xfrm_address_t *daddr);
253 const xfrm_address_t *saddr, in __xfrm_dst_lookup()
254 const xfrm_address_t *daddr, in __xfrm_dst_lookup()
274 xfrm_address_t *prev_saddr, in xfrm_dst_lookup()
275 xfrm_address_t *prev_daddr, in xfrm_dst_lookup()
279 xfrm_address_t *saddr = &x->props.saddr; in xfrm_dst_lookup()
280 xfrm_address_t *daddr = &x->id.daddr; in xfrm_dst_lookup()
501 const xfrm_address_t *daddr, in policy_hash_direct()
502 const xfrm_address_t *saddr, in policy_hash_direct()
736 static bool xfrm_pol_inexact_addr_use_any_list(const xfrm_address_t *addr, in xfrm_pol_inexact_addr_use_any_list()
754 const xfrm_address_t *addr; in xfrm_policy_inexact_insert_use_any_list()
773 const xfrm_address_t *addr, u8 prefixlen) in xfrm_pol_inexact_node_init()
780 xfrm_pol_inexact_node_alloc(const xfrm_address_t *addr, u8 prefixlen) in xfrm_pol_inexact_node_alloc()
791 static int xfrm_policy_addr_delta(const xfrm_address_t *a, in xfrm_policy_addr_delta()
792 const xfrm_address_t *b, in xfrm_policy_addr_delta()
989 xfrm_address_t *addr, in xfrm_policy_inexact_insert_node()
1911 const xfrm_address_t *addr, u16 family) in xfrm_policy_lookup_inexact_addr()
1948 const xfrm_address_t *saddr, in xfrm_policy_find_inexact_candidates()
1949 const xfrm_address_t *daddr) in xfrm_policy_find_inexact_candidates()
2081 const xfrm_address_t *daddr, *saddr; in xfrm_policy_lookup_bytype()
2345 xfrm_get_saddr(struct net *net, int oif, xfrm_address_t *local, in xfrm_get_saddr()
2346 xfrm_address_t *remote, unsigned short family, u32 mark) in xfrm_get_saddr()
2367 xfrm_address_t *daddr = xfrm_flowi_daddr(fl, family); in xfrm_tmpl_resolve_one()
2368 xfrm_address_t *saddr = xfrm_flowi_saddr(fl, family); in xfrm_tmpl_resolve_one()
2369 xfrm_address_t tmp; in xfrm_tmpl_resolve_one()
2373 xfrm_address_t *remote = daddr; in xfrm_tmpl_resolve_one()
2374 xfrm_address_t *local = saddr; in xfrm_tmpl_resolve_one()
2553 xfrm_address_t saddr, daddr; in xfrm_bundle_create()