Lines Matching refs:xfrm_address_t

64 		xfrm_address_t addr;
188 const xfrm_address_t *saddr,
189 const xfrm_address_t *daddr);
254 const xfrm_address_t *saddr, in __xfrm_dst_lookup()
255 const xfrm_address_t *daddr, in __xfrm_dst_lookup()
275 xfrm_address_t *prev_saddr, in xfrm_dst_lookup()
276 xfrm_address_t *prev_daddr, in xfrm_dst_lookup()
280 xfrm_address_t *saddr = &x->props.saddr; in xfrm_dst_lookup()
281 xfrm_address_t *daddr = &x->id.daddr; in xfrm_dst_lookup()
502 const xfrm_address_t *daddr, in policy_hash_direct()
503 const xfrm_address_t *saddr, in policy_hash_direct()
737 static bool xfrm_pol_inexact_addr_use_any_list(const xfrm_address_t *addr, in xfrm_pol_inexact_addr_use_any_list()
755 const xfrm_address_t *addr; in xfrm_policy_inexact_insert_use_any_list()
774 const xfrm_address_t *addr, u8 prefixlen) in xfrm_pol_inexact_node_init()
781 xfrm_pol_inexact_node_alloc(const xfrm_address_t *addr, u8 prefixlen) in xfrm_pol_inexact_node_alloc()
792 static int xfrm_policy_addr_delta(const xfrm_address_t *a, in xfrm_policy_addr_delta()
793 const xfrm_address_t *b, in xfrm_policy_addr_delta()
980 xfrm_address_t *addr, in xfrm_policy_inexact_insert_node()
1903 const xfrm_address_t *addr, u16 family) in xfrm_policy_lookup_inexact_addr()
1940 const xfrm_address_t *saddr, in xfrm_policy_find_inexact_candidates()
1941 const xfrm_address_t *daddr) in xfrm_policy_find_inexact_candidates()
2073 const xfrm_address_t *daddr, *saddr; in xfrm_policy_lookup_bytype()
2338 xfrm_get_saddr(struct net *net, int oif, xfrm_address_t *local, in xfrm_get_saddr()
2339 xfrm_address_t *remote, unsigned short family, u32 mark) in xfrm_get_saddr()
2360 xfrm_address_t *daddr = xfrm_flowi_daddr(fl, family); in xfrm_tmpl_resolve_one()
2361 xfrm_address_t *saddr = xfrm_flowi_saddr(fl, family); in xfrm_tmpl_resolve_one()
2362 xfrm_address_t tmp; in xfrm_tmpl_resolve_one()
2366 xfrm_address_t *remote = daddr; in xfrm_tmpl_resolve_one()
2367 xfrm_address_t *local = saddr; in xfrm_tmpl_resolve_one()
2546 xfrm_address_t saddr, daddr; in xfrm_bundle_create()