Lines Matching refs:xfrm_address_t
120 const xfrm_address_t *saddr, in __xfrm_dst_lookup()
121 const xfrm_address_t *daddr, in __xfrm_dst_lookup()
140 xfrm_address_t *prev_saddr, in xfrm_dst_lookup()
141 xfrm_address_t *prev_daddr, in xfrm_dst_lookup()
145 xfrm_address_t *saddr = &x->props.saddr; in xfrm_dst_lookup()
146 xfrm_address_t *daddr = &x->id.daddr; in xfrm_dst_lookup()
394 const xfrm_address_t *daddr, in policy_hash_direct()
395 const xfrm_address_t *saddr, in policy_hash_direct()
1097 const xfrm_address_t *daddr, *saddr; in xfrm_policy_lookup_bytype()
1398 xfrm_get_saddr(struct net *net, int oif, xfrm_address_t *local, in xfrm_get_saddr()
1399 xfrm_address_t *remote, unsigned short family) in xfrm_get_saddr()
1420 xfrm_address_t *daddr = xfrm_flowi_daddr(fl, family); in xfrm_tmpl_resolve_one()
1421 xfrm_address_t *saddr = xfrm_flowi_saddr(fl, family); in xfrm_tmpl_resolve_one()
1422 xfrm_address_t tmp; in xfrm_tmpl_resolve_one()
1426 xfrm_address_t *remote = daddr; in xfrm_tmpl_resolve_one()
1427 xfrm_address_t *local = saddr; in xfrm_tmpl_resolve_one()
1671 xfrm_address_t saddr, daddr; in xfrm_bundle_create()