Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/sockfs/
H A Dsockcommon.h187 extern void so_enqueue_msg(struct sonode *, mblk_t *, size_t);
H A Dsockcommon_sops.c1368 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 Dsockcommon_subr.c1027 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 Dsocksctp.c2157 so_enqueue_msg(so, mp, len); in sctp_assoc_recv()