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

/darwin-on-arm/xnu/bsd/netinet/
H A Dip_output.c1452 static struct route sro_fwd, *ro_fwd = &sro_fwd; local
1547 bcopy(dst, &ro_fwd->ro_dst, sizeof(*dst));
1549 ro_fwd->ro_rt = NULL;
1550 rtalloc_ign(ro_fwd, RTF_PRCLONING);
1552 if (ro_fwd->ro_rt == NULL) {
1558 RT_LOCK_SPIN(ro_fwd->ro_rt);
1559 ia_fw = ifatoia(ro_fwd->ro_rt->rt_ifa);
1562 RT_CONVERT_LOCK(ro_fwd->ro_rt);
1565 ifp = ro_fwd->ro_rt->rt_ifp;
1566 ro_fwd
[all...]

Completed in 23 milliseconds