Home
last modified time | relevance | path

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

/xnu-11215/bsd/kern/
H A Dkern_control.c101 struct ctl_cb { struct
326 struct ctl_cb *__single kcb = (struct ctl_cb *)so->so_pcb; in ctl_sofreelastref()
392 struct ctl_cb *__single kcb = (struct ctl_cb *)so->so_pcb; in ctl_detach()
430 struct ctl_cb *__single kcb = (struct ctl_cb *)so->so_pcb; in ctl_setup_kctl()
554 struct ctl_cb *__single kcb = (struct ctl_cb *)so->so_pcb; in ctl_bind()
592 struct ctl_cb *__single kcb = (struct ctl_cb *)so->so_pcb; in ctl_connect()
668 struct ctl_cb *__single kcb = (struct ctl_cb *)so->so_pcb; in ctl_disconnect()
714 struct ctl_cb *__single kcb = (struct ctl_cb *)so->so_pcb; in ctl_peeraddr()
809 struct ctl_cb *kcb = (struct ctl_cb *)so->so_pcb; in ctl_send()
852 struct ctl_cb *kcb = (struct ctl_cb *)so->so_pcb; in ctl_send_list()
[all …]
/xnu-11215/bsd/sys/
H A Dkern_control.h672 struct ctl_cb;