Lines Matching refs:xfrm_address_t
119 const xfrm_address_t *saddr, in __xfrm_dst_lookup()
120 const xfrm_address_t *daddr, in __xfrm_dst_lookup()
138 xfrm_address_t *prev_saddr, in xfrm_dst_lookup()
139 xfrm_address_t *prev_daddr, in xfrm_dst_lookup()
143 xfrm_address_t *saddr = &x->props.saddr; in xfrm_dst_lookup()
144 xfrm_address_t *daddr = &x->id.daddr; in xfrm_dst_lookup()
393 const xfrm_address_t *daddr, in policy_hash_direct()
394 const xfrm_address_t *saddr, in policy_hash_direct()
1094 const xfrm_address_t *daddr, *saddr; in xfrm_policy_lookup_bytype()
1379 xfrm_get_saddr(struct net *net, xfrm_address_t *local, xfrm_address_t *remote, in xfrm_get_saddr()
1401 xfrm_address_t *daddr = xfrm_flowi_daddr(fl, family); in xfrm_tmpl_resolve_one()
1402 xfrm_address_t *saddr = xfrm_flowi_saddr(fl, family); in xfrm_tmpl_resolve_one()
1403 xfrm_address_t tmp; in xfrm_tmpl_resolve_one()
1407 xfrm_address_t *remote = daddr; in xfrm_tmpl_resolve_one()
1408 xfrm_address_t *local = saddr; in xfrm_tmpl_resolve_one()
1652 xfrm_address_t saddr, daddr; in xfrm_bundle_create()