Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dsocket_proto.h84 #define IS_SO_OOB_INLINE(so) ((so)->so_proto_props.sopp_oobinline) macro
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockcommon_sops.c1257 so_notify_oobdata(so, IS_SO_OOB_INLINE(so)); in so_queue_msg_impl()
1474 if (!IS_SO_OOB_INLINE(so)) { in so_queue_oob()
1481 so_notify_oobdata(so, IS_SO_OOB_INLINE(so)); in so_queue_oob()
1632 IS_SO_OOB_INLINE(so)); in so_recvmsg()
H A Dsockcommon_subr.c2085 if (IS_SO_OOB_INLINE(so)) { in so_quiesced_cb()