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.h80 #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.c1288 so_notify_oobdata(so, IS_SO_OOB_INLINE(so));
1485 if (!IS_SO_OOB_INLINE(so)) {
1492 so_notify_oobdata(so, IS_SO_OOB_INLINE(so));
1624 IS_SO_OOB_INLINE(so));
H A Dsockcommon_subr.c2076 if (IS_SO_OOB_INLINE(so)) {

Completed in 64 milliseconds