Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/net/
H A Dif_private.h130 #define IFEF_2KCL 0x00800000 /* prefers 2K cluster (socket based tunnel) */ macro
H A Dif.c4484 if (ifp->if_eflags & IFEF_2KCL) { in ifioctl_ifreq()
4498 if_set_eflags(ifp, IFEF_2KCL); in ifioctl_ifreq()
4500 if_clear_eflags(ifp, IFEF_2KCL); in ifioctl_ifreq()
/xnu-12377.61.12/bsd/netinet/
H A Dtcp_subr.c3314 (rt->rt_ifp->if_eflags & IFEF_2KCL)); in tcp_rtlookup()
3427 (rt->rt_ifp->if_eflags & IFEF_2KCL)); in tcp_rtlookup6()
H A Dtcp_output.c1230 soif2kcl(so, (ifp->if_eflags & IFEF_2KCL)); in tcp_output()