Searched refs:copyoffset (Results 1 – 1 of 1) sorted by relevance
| /xnu-11215.1.10/bsd/net/ |
| H A D | content_filter.c | 3889 struct mbuf *data, unsigned int copyoffset, unsigned int copylen) in cfil_dispatch_data_event() argument 3935 copy = m_copym_mode(data, copyoffset, copylen, M_DONTWAIT, NULL, NULL, in cfil_dispatch_data_event() 4037 …sock_id, cfil_info->cfi_sock_id, outgoing, (uint64_t)VM_KERNEL_ADDRPERM(data), copyoffset, copylen, in cfil_dispatch_data_event() 4072 unsigned int datalen = 0, copylen = 0, copyoffset = 0; in cfil_data_service_ctl_q() local 4207 copyoffset = (unsigned int)(entrybuf->cfe_peeked - currentoffset); in cfil_data_service_ctl_q() 4208 VERIFY(copyoffset < datalen); in cfil_data_service_ctl_q() 4209 copylen = datalen - copyoffset; in cfil_data_service_ctl_q() 4214 if (currentoffset + copyoffset + copylen > in cfil_data_service_ctl_q() 4217 (currentoffset + copyoffset)); in cfil_data_service_ctl_q() 4229 datalen, copylen, copyoffset); in cfil_data_service_ctl_q() [all …]
|