Home
last modified time | relevance | path

Searched refs:coaddr (Results 1 – 4 of 4) sorted by relevance

/linux/net/ipv6/
H A Dmip6.c126 if (!ipv6_addr_equal(&iph->saddr, (struct in6_addr *)x->coaddr) && in mip6_destopt_input()
127 !ipv6_addr_any((struct in6_addr *)x->coaddr)) in mip6_destopt_input()
166 memcpy(&iph->saddr, x->coaddr, sizeof(iph->saddr)); in mip6_destopt_output()
295 if (!ipv6_addr_equal(&iph->daddr, (struct in6_addr *)x->coaddr) && in mip6_rthdr_input()
296 !ipv6_addr_any((struct in6_addr *)x->coaddr)) in mip6_rthdr_input()
329 memcpy(&iph->daddr, x->coaddr, sizeof(iph->daddr)); in mip6_rthdr_output()
/linux/net/xfrm/
H A Dxfrm_state.c609 kfree(x->coaddr); in ___xfrm_state_destroy()
2023 if (orig->coaddr) { in xfrm_state_clone()
2024 x->coaddr = kmemdup(orig->coaddr, sizeof(*x->coaddr), in xfrm_state_clone()
2026 if (!x->coaddr) in xfrm_state_clone()
2217 if (x->coaddr && x1->coaddr) { in xfrm_state_update()
2218 memcpy(x1->coaddr, x->coaddr, sizeof(*x1->coaddr)); in xfrm_state_update()
H A Dxfrm_policy.c304 saddr = x->coaddr; in xfrm_dst_lookup()
309 daddr = x->coaddr; in xfrm_dst_lookup()
4075 daddr = xfrm->coaddr; in xfrm_get_dst_nexthop()
/linux/include/net/
H A Dxfrm.h246 xfrm_address_t *coaddr; member