Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockcommon.h191 extern void so_process_new_message(struct sonode *, mblk_t *, mblk_t *);
H A Dsockcommon_subr.c576 so_process_new_message(struct sonode *so, mblk_t *mp_head, mblk_t *mp_last_head) in so_process_new_message() function
726 so_process_new_message(so, new_msg_head, new_msg_last_head); in so_dequeue_msg()
/illumos-gate/usr/src/uts/common/inet/sockmods/
H A Dsocksctpsubr.c541 so_process_new_message(&ss->ss_so, sso->so_rcv_head, in sosctp_assoc_move()