Home
last modified time | relevance | path

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

/xnu-10002.61.3/bsd/sys/
H A Dkern_control.h630 ctl_getenqueuepacketcount(kern_ctl_ref kctlref, u_int32_t unit, u_int32_t *pcnt);
/xnu-10002.61.3/bsd/net/
H A Dif_utun.c2531 errno_t error_pc = ctl_getenqueuepacketcount(kctlref, unit, &utun_packet_cnt); in utun_ctl_rcvd()
2586 errno_t error_pc = ctl_getenqueuepacketcount(pcb->utun_ctlref, pcb->utun_unit, &utun_packet_cnt); in utun_start()
/xnu-10002.61.3/bsd/kern/
H A Dkern_control.c1241 ctl_getenqueuepacketcount(kern_ctl_ref kctlref, u_int32_t unit, u_int32_t *pcnt) in ctl_getenqueuepacketcount() function