Lines Matching refs:xfrm_address_t

70 		xfrm_address_t addr;
194 const xfrm_address_t *saddr,
195 const xfrm_address_t *daddr);
260 const xfrm_address_t *saddr, in __xfrm_dst_lookup()
261 const xfrm_address_t *daddr, in __xfrm_dst_lookup()
281 xfrm_address_t *prev_saddr, in xfrm_dst_lookup()
282 xfrm_address_t *prev_daddr, in xfrm_dst_lookup()
286 xfrm_address_t *saddr = &x->props.saddr; in xfrm_dst_lookup()
287 xfrm_address_t *daddr = &x->id.daddr; in xfrm_dst_lookup()
508 const xfrm_address_t *daddr, in policy_hash_direct()
509 const xfrm_address_t *saddr, in policy_hash_direct()
743 static bool xfrm_pol_inexact_addr_use_any_list(const xfrm_address_t *addr, in xfrm_pol_inexact_addr_use_any_list()
761 const xfrm_address_t *addr; in xfrm_policy_inexact_insert_use_any_list()
780 const xfrm_address_t *addr, u8 prefixlen) in xfrm_pol_inexact_node_init()
787 xfrm_pol_inexact_node_alloc(const xfrm_address_t *addr, u8 prefixlen) in xfrm_pol_inexact_node_alloc()
798 static int xfrm_policy_addr_delta(const xfrm_address_t *a, in xfrm_policy_addr_delta()
799 const xfrm_address_t *b, in xfrm_policy_addr_delta()
996 xfrm_address_t *addr, in xfrm_policy_inexact_insert_node()
1919 const xfrm_address_t *addr, u16 family) in xfrm_policy_lookup_inexact_addr()
1956 const xfrm_address_t *saddr, in xfrm_policy_find_inexact_candidates()
1957 const xfrm_address_t *daddr) in xfrm_policy_find_inexact_candidates()
2089 const xfrm_address_t *daddr, *saddr; in xfrm_policy_lookup_bytype()
2354 xfrm_get_saddr(struct net *net, int oif, xfrm_address_t *local, in xfrm_get_saddr()
2355 xfrm_address_t *remote, unsigned short family, u32 mark) in xfrm_get_saddr()
2376 xfrm_address_t *daddr = xfrm_flowi_daddr(fl, family); in xfrm_tmpl_resolve_one()
2377 xfrm_address_t *saddr = xfrm_flowi_saddr(fl, family); in xfrm_tmpl_resolve_one()
2378 xfrm_address_t tmp; in xfrm_tmpl_resolve_one()
2382 xfrm_address_t *remote = daddr; in xfrm_tmpl_resolve_one()
2383 xfrm_address_t *local = saddr; in xfrm_tmpl_resolve_one()
2562 xfrm_address_t saddr, daddr; in xfrm_bundle_create()