Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dsockfilter.h50 SOF_RVAL_CONTINUE = -1, /* continue processing */ enumerator
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockfilter.c256 if (rval != SOF_RVAL_CONTINUE) { in sof_setsockopt_impl()
471 if (rval != SOF_RVAL_CONTINUE) { in sof_sonode_inherit_filters()
558 if (rval != SOF_RVAL_CONTINUE) { in sof_sonode_autoattach_filters()
1250 if (rval > SOF_RVAL_CONTINUE) { in sof_rval2errno()
1393 if (rval != SOF_RVAL_CONTINUE) { in sof_filter_accept()
H A Dsockfilter_impl.h177 if (__rval != SOF_RVAL_CONTINUE) \