Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/skywalk/nexus/
H A Dos_nexus_private.h368 #define NXSPECREQ_IFP 0x1000 /* (embryonic) ifnet */ macro
H A Dnexus_kern.c1398 nsr.nsr_flags = NXSPECREQ_IFP; in _kern_nexus_ifattach()
/xnu-10063.141.1/bsd/skywalk/nexus/flowswitch/
H A Dfsw.c643 } else if (nsr->nsr_flags & NXSPECREQ_IFP) { in fsw_ctl_attach_log()
833 if ((nsr->nsr_flags & (NXSPECREQ_UUID | NXSPECREQ_IFP)) != in fsw_ctl_attach()
/xnu-10063.141.1/bsd/skywalk/nexus/netif/
H A Dnx_netif.c1356 if (nsr->nsr_flags & NXSPECREQ_IFP) { in nx_netif_ctl_attach()
1397 if (ifp != NULL && !(nsr->nsr_flags & NXSPECREQ_IFP)) { in nx_netif_ctl_attach()
1406 } else if (nsr->nsr_flags & NXSPECREQ_IFP) { in nx_netif_ctl_attach()