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

/darwin-on-arm/xnu/bsd/sys/
H A Dkern_control.h196 @defined CTL_DATA_EOR
197 @discussion The CTL_DATA_EOR flag can be used for the enqueue
200 #define CTL_DATA_EOR 0x2 macro
/darwin-on-arm/xnu/bsd/net/
H A Dnetsrc.c173 sizeof(nrp), CTL_DATA_EOR);
252 CTL_DATA_EOR);
H A Dntstat.c1514 sizeof(counts), CTL_DATA_EOR);
1561 result = ctl_enqueuembuf(state->ncs_kctl, state->ncs_unit, msg, CTL_DATA_EOR);
1582 sizeof(removed), CTL_DATA_EOR);
1680 ctl_enqueuedata(state->ncs_kctl, state->ncs_unit, &success, sizeof(success), CTL_DATA_EOR);
1731 errno_t result = ctl_enqueuembuf(state->ncs_kctl, state->ncs_unit, msg, CTL_DATA_EOR);
1869 ctl_enqueuedata(state->ncs_kctl, state->ncs_unit, &success, sizeof(success), CTL_DATA_EOR);
1974 result = ctl_enqueuedata(kctl, unit, &err, sizeof(err), CTL_DATA_EOR);
H A Diptap.c214 err = ctl_enqueuembuf(iptap_kernctl, client->_unit, copy, CTL_DATA_EOR);
H A Dif_utun.c623 result = ctl_enqueuembuf(pcb->utun_ctlref, pcb->utun_unit, data, CTL_DATA_EOR);
H A Dif_utun_crypto_ipsec.c1049 result = ctl_enqueuembuf(pcb->utun_ctlref, pcb->utun_unit, *pkt, CTL_DATA_EOR);
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_control.c493 if ((flags & CTL_DATA_EOR))
544 if ((flags & CTL_DATA_EOR))

Completed in 30 milliseconds