Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/net/
H A Ddlil.c5203 ifp->if_fwd_cacheok = 1; in ifnet_attach()
5485 ifp->if_fwd_cacheok = 0; in ifnet_detach()
5950 VERIFY(!ifp->if_fwd_cacheok); in ifnet_detach_final()
6186 if (ifp->if_fwd_cacheok) { in ifp_src_route_copyin()
6212 if (ifp->if_fwd_cacheok) { in ifp_src_route6_copyin()
H A Dif_var_private.h940 u_int32_t if_fwd_cacheok; member
/xnu-12377.61.12/bsd/netinet/
H A Dip_input.c3037 if (ifp->if_fwd_cacheok) { in ip_fwd_route_copyin()