Lines Matching defs:so

67 so_acceptq_dequeue_locked(struct sonode *so, boolean_t dontblock,  in so_acceptq_dequeue_locked()
123 so_acceptq_dequeue(struct sonode *so, boolean_t dontblock, in so_acceptq_dequeue()
136 so_acceptq_flush_impl(struct sonode *so, list_t *list, boolean_t doclose) in so_acceptq_flush_impl()
183 so_acceptq_flush(struct sonode *so, boolean_t doclose) in so_acceptq_flush()
192 so_wait_connected_locked(struct sonode *so, boolean_t nonblock, in so_wait_connected_locked()
248 so_wait_connected(struct sonode *so, boolean_t nonblock, sock_connid_t id) in so_wait_connected()
260 so_snd_wait_qnotfull_locked(struct sonode *so, boolean_t dontblock) in so_snd_wait_qnotfull_locked()
298 so_snd_wait_qnotfull(struct sonode *so, boolean_t dontblock) in so_snd_wait_qnotfull()
312 so_snd_qfull(struct sonode *so) in so_snd_qfull()
320 so_snd_qnotfull(struct sonode *so) in so_snd_qnotfull()
333 socket_chgpgrp(struct sonode *so, pid_t pid) in socket_chgpgrp()
383 socket_sendsig(struct sonode *so, int event) in socket_sendsig()
545 so_prepend_msg(struct sonode *so, mblk_t *mp, mblk_t *last_tail) in so_prepend_msg()
576 so_process_new_message(struct sonode *so, mblk_t *mp_head, mblk_t *mp_last_head) in so_process_new_message()
634 so_check_flow_control(struct sonode *so) in so_check_flow_control()
661 so_dequeue_msg(struct sonode *so, mblk_t **mctlp, struct uio *uiop, in so_dequeue_msg()
1030 so_enqueue_msg(struct sonode *so, mblk_t *mp, size_t msg_size) in so_enqueue_msg()
1091 so_rcv_flush(struct sonode *so) in so_rcv_flush()
1131 sorecvoob(struct sonode *so, struct nmsghdr *msg, struct uio *uiop, int flags, in sorecvoob()
1223 sonode_t *so; in socket_sonode_create() local
1270 socket_init_common(struct sonode *so, struct sonode *pso, int flags, cred_t *cr) in socket_init_common()
1415 socket_ioctl_common(struct sonode *so, int cmd, intptr_t arg, int mode, in socket_ioctl_common()
1559 so_strioc_nread(struct sonode *so, intptr_t arg, int mode, int32_t *rvalp) in so_strioc_nread()
1631 socket_strioc_common(struct sonode *so, int cmd, intptr_t arg, int mode, in socket_strioc_common()
1679 socket_getopt_common(struct sonode *so, int level, int option_name, in socket_getopt_common()
1848 socket_sonode_destroy(struct sonode *so) in socket_sonode_destroy()
1855 so_zcopy_wait(struct sonode *so) in so_zcopy_wait()
1878 struct sonode *so = (struct sonode *)arg; in so_timer_callback() local
1896 so_check_length(sonode_t *so) in so_check_length()
1935 so_start_fallback(struct sonode *so) in so_start_fallback()
1985 so_end_fallback(struct sonode *so) in so_end_fallback()
2015 struct sonode *so = (struct sonode *)sock_handle; in so_quiesced_cb() local
2263 so_tpi_fallback(struct sonode *so, struct cred *cr) in so_tpi_fallback()
2464 so_krecv_set(sonode_t *so, so_krecv_f cb, void *arg) in so_krecv_set()
2500 so_krecv_unblock(sonode_t *so) in so_krecv_unblock()