Searched refs:dst_orig (Results 1 – 2 of 2) sorted by relevance
1087 void **src_orig = NULL, **dst_orig = NULL; in test_ring_with_exact_size() local1125 dst_orig = test_ring_calloc(17, esize[i]); in test_ring_with_exact_size()1126 if (dst_orig == NULL) in test_ring_with_exact_size()1128 dst = (void **)((uintptr_t)dst_orig + 1); in test_ring_with_exact_size()1175 rte_free(dst_orig); in test_ring_with_exact_size()1179 dst_orig = NULL; in test_ring_with_exact_size()1188 rte_free(dst_orig); in test_ring_with_exact_size()
733 struct sockaddr *dst_orig, *netmask; in rib_del_route() local746 dst_orig = info->rti_info[RTAX_DST]; in rib_del_route()751 if (dst_orig->sa_len > sizeof(mdst)) in rib_del_route()753 rt_maskedcopy(dst_orig, (struct sockaddr *)&mdst, netmask); in rib_del_route()757 info->rti_info[RTAX_DST] = dst_orig; in rib_del_route()