Searched refs:ctl_getenqueuepacketcount (Results 1 – 3 of 3) sorted by relevance
630 ctl_getenqueuepacketcount(kern_ctl_ref kctlref, u_int32_t unit, u_int32_t *pcnt);
2539 errno_t error_pc = ctl_getenqueuepacketcount(kctlref, unit, &utun_packet_cnt); in utun_ctl_rcvd()2594 errno_t error_pc = ctl_getenqueuepacketcount(pcb->utun_ctlref, pcb->utun_unit, &utun_packet_cnt); in utun_start()
1231 ctl_getenqueuepacketcount(kern_ctl_ref kctlref, u_int32_t unit, u_int32_t *pcnt) in ctl_getenqueuepacketcount() function