Searched refs:copyoffset (Results 1 – 1 of 1) sorted by relevance
| /xnu-8020.101.4/bsd/net/ ! |
| H A D | content_filter.c | 3573 struct mbuf *data, unsigned int copyoffset, unsigned int copylen) in cfil_dispatch_data_event() argument 3620 copy = m_copym_mode(data, copyoffset, copylen, M_DONTWAIT, in cfil_dispatch_data_event() 3707 …ERM(so), cfil_info->cfi_sock_id, outgoing, (uint64_t)VM_KERNEL_ADDRPERM(data), copyoffset, copylen, in cfil_dispatch_data_event() 3742 unsigned int datalen = 0, copylen = 0, copyoffset = 0; in cfil_data_service_ctl_q() local 3877 copyoffset = (unsigned int)(entrybuf->cfe_peeked - currentoffset); in cfil_data_service_ctl_q() 3878 VERIFY(copyoffset < datalen); in cfil_data_service_ctl_q() 3879 copylen = datalen - copyoffset; in cfil_data_service_ctl_q() 3884 if (currentoffset + copyoffset + copylen > in cfil_data_service_ctl_q() 3887 (currentoffset + copyoffset)); in cfil_data_service_ctl_q() 3899 datalen, copylen, copyoffset); in cfil_data_service_ctl_q() [all …]
|