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

/xnu-2422.115.4/bsd/sys/
H A Dkern_control.h205 @defined CTL_DATA_EOR
206 @discussion The CTL_DATA_EOR flag can be used for the enqueue
209 #define CTL_DATA_EOR 0x2 macro
428 @param flags Send flags. CTL_DATA_NOWAKEUP and CTL_DATA_EOR are currently
446 @param flags Send flags. CTL_DATA_NOWAKEUP and CTL_DATA_EOR are currently
/xnu-2422.115.4/bsd/net/
H A Dnetsrc.c173 sizeof(nrp), CTL_DATA_EOR);
253 CTL_DATA_EOR);
H A Dntstat.c1930 CTL_DATA_EOR);
1977 result = ctl_enqueuembuf(state->ncs_kctl, state->ncs_unit, msg, CTL_DATA_EOR);
1998 sizeof(removed), CTL_DATA_EOR);
2103 ctl_enqueuedata(state->ncs_kctl, state->ncs_unit, &success, sizeof(success), CTL_DATA_EOR);
2155 errno_t result = ctl_enqueuembuf(state->ncs_kctl, state->ncs_unit, msg, CTL_DATA_EOR);
2294 ctl_enqueuedata(state->ncs_kctl, state->ncs_unit, &success, sizeof(success), CTL_DATA_EOR);
2338 ctl_enqueuedata(state->ncs_kctl, state->ncs_unit, &success, sizeof(success), CTL_DATA_EOR);
2443 result = ctl_enqueuedata(kctl, unit, &err, sizeof(err), CTL_DATA_EOR);
H A Dif_utun_crypto_dtls.c911 rc = ctl_enqueuembuf(pcb->utun_ctlref, pcb->utun_unit, *pkt, CTL_DATA_EOR); \
1018 rc = ctl_enqueuembuf(pcb->utun_ctlref, pcb->utun_unit, *pkt, CTL_DATA_EOR);
H A Dif_utun.c670 result = ctl_enqueuembuf(pcb->utun_ctlref, pcb->utun_unit, data, CTL_DATA_EOR);
H A Dif_utun_crypto_ipsec.c1032 result = ctl_enqueuembuf(pcb->utun_ctlref, pcb->utun_unit, *pkt, CTL_DATA_EOR);
/xnu-2422.115.4/bsd/kern/
H A Dkern_control.c494 if ((flags & CTL_DATA_EOR))
545 if ((flags & CTL_DATA_EOR))
/xnu-2422.115.4/bsd/netinet/
H A Dflow_divert.c842 error = ctl_enqueuembuf(g_flow_divert_kctl_ref, fd_cb->group->ctl_unit, packet, CTL_DATA_EOR);
3080 int error = ctl_enqueuembuf(g_flow_divert_kctl_ref, group->ctl_unit, next_packet, CTL_DATA_EOR);

Completed in 34 milliseconds