Home
last modified time | relevance | path

Searched refs:ctl_getenqueuepacketcount (Results 1 – 3 of 3) sorted by relevance

/xnu-11215.41.3/bsd/sys/
H A Dkern_control.h631 ctl_getenqueuepacketcount(kern_ctl_ref kctlref, u_int32_t unit, u_int32_t *pcnt);
/xnu-11215.41.3/bsd/net/
H A Dif_utun.c2546 errno_t error_pc = ctl_getenqueuepacketcount(kctlref, unit, &utun_packet_cnt); in utun_ctl_rcvd()
2601 errno_t error_pc = ctl_getenqueuepacketcount(pcb->utun_ctlref, pcb->utun_unit, &utun_packet_cnt); in utun_start()
/xnu-11215.41.3/bsd/kern/
H A Dkern_control.c1248 ctl_getenqueuepacketcount(kern_ctl_ref kctlref, u_int32_t unit, u_int32_t *pcnt) in ctl_getenqueuepacketcount() function