Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/netinet6/
H A Dnd6_prproxy.c563 ifnet_ref_t fwd_ifp = NULL; in nd6_proxy_find_fwdroute() local
627 fwd_ifp = fwd->ndpr_ifp; in nd6_proxy_find_fwdroute()
646 if (rt->rt_ifp != fwd_ifp || !(rt->rt_flags & RTF_PROXY)) { in nd6_proxy_find_fwdroute()
668 if (fwd_ifp != NULL && (rt = rtalloc1_scoped_locked(SA(&ro6->ro_dst), 1, in nd6_proxy_find_fwdroute()
669 RTF_PRCLONING, fwd_ifp->if_index)) != NULL) { in nd6_proxy_find_fwdroute()
685 if (fwd_ifp == NULL || rt == NULL) { in nd6_proxy_find_fwdroute()
873 ifnet_ref_t fwd_ifp; in nd6_prproxy_ns_output() local
928 fwd_ifp = fwd->ndpr_ifp; in nd6_prproxy_ns_output()
938 ndprl->ndprl_fwd_ifp = fwd_ifp; in nd6_prproxy_ns_output()
951 fwd_ifp = ndprl->ndprl_fwd_ifp; in nd6_prproxy_ns_output()
[all …]