Searched refs:old_daddr (Results 1 - 7 of 7) sorted by relevance

/linux-master/include/uapi/linux/
H A Dxfrm.h482 xfrm_address_t old_daddr; member in struct:xfrm_user_migrate
/linux-master/net/ipv6/
H A Ddatagram.c147 struct in6_addr *daddr, old_daddr; local
242 old_daddr = sk->sk_v6_daddr;
260 sk->sk_v6_daddr = old_daddr;
/linux-master/net/xfrm/
H A Dxfrm_user.c2797 memcpy(&ma->old_daddr, &um->old_daddr, sizeof(ma->old_daddr));
2880 memcpy(&um.old_daddr, &m->old_daddr, sizeof(um.old_daddr));
H A Dxfrm_state.c1765 h = xfrm_dst_hash(net, &m->old_daddr, &m->old_saddr,
1775 if (!xfrm_addr_equal(&x->id.daddr, &m->old_daddr,
1784 h = xfrm_src_hash(net, &m->old_daddr, &m->old_saddr,
1792 if (!xfrm_addr_equal(&x->id.daddr, &m->old_daddr,
H A Dxfrm_policy.c4496 if (xfrm_addr_equal(&t->id.daddr, &m->old_daddr,
4578 if (!memcmp(&m[i].old_daddr, &m[j].old_daddr,
4579 sizeof(m[i].old_daddr)) &&
/linux-master/include/net/
H A Dxfrm.h569 xfrm_address_t old_daddr; member in struct:xfrm_migrate
/linux-master/net/key/
H A Daf_key.c2510 &m->old_saddr, &m->old_daddr,
3638 &mp->old_saddr, &mp->old_daddr) < 0)

Completed in 175 milliseconds