Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockcommon_sops.c66 static void so_queue_oob(struct sonode *, mblk_t *, size_t);
1322 so_queue_oob(so, mp, msg_size); in so_queue_msg_impl()
1467 so_queue_oob(struct sonode *so, mblk_t *mp, size_t len) in so_queue_oob() function