Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/kern/
H A Dkern_control.c80 ctl_send_list_func send_list; /* Send list of packets */ member
854 if (kctl->send_list != NULL) { in ctl_send_list()
862 error = (*kctl->send_list)(kctl->kctlref, kcb->sac.sc_unit, in ctl_send_list()
1753 kctl->send_list = userkctl->ctl_send_list; in ctl_register()
2171 (uint64_t)VM_KERNEL_UNSLIDE(kctl->send_list);