Searched refs:so_enqueue_msg (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/uts/common/fs/sockfs/ |
H A D | sockcommon.h | 187 extern void so_enqueue_msg(struct sonode *, mblk_t *, size_t);
|
H A D | sockcommon_sops.c | 1368 so_enqueue_msg(so, mp, msg_size); in so_queue_msg_impl() 1376 so_enqueue_msg(so, mp, msgdsize(mp)); in so_queue_msg_impl() 1490 so_enqueue_msg(so, mp, len); in so_queue_oob()
|
H A D | sockcommon_subr.c | 1027 so_enqueue_msg(struct sonode *so, mblk_t *mp, size_t msg_size) in so_enqueue_msg() function
|
/titanic_50/usr/src/uts/common/inet/sockmods/ |
H A D | socksctp.c | 2157 so_enqueue_msg(so, mp, len); in sctp_assoc_recv()
|