Home
last modified time | relevance | path

Searched refs:dst_orig (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/app/test/
H A Dtest_ring.c1087 void **src_orig = NULL, **dst_orig = NULL; in test_ring_with_exact_size() local
1125 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()
/f-stack/freebsd/net/route/
H A Droute_ctl.c733 struct sockaddr *dst_orig, *netmask; in rib_del_route() local
746 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()