Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/
H A Dsockfilter.h51 SOF_RVAL_RETURN = 0, /* stop proc, does not return error */ enumerator
/titanic_50/usr/src/uts/common/inet/kssl/
H A Dksslfilter.c193 return ((type == KSSL_HAS_PROXY) ? SOF_RVAL_RETURN : in kssl_bind_cb()
279 return (SOF_RVAL_RETURN); in kssl_getsockname_cb()
/titanic_50/usr/src/uts/common/fs/sockfs/
H A Dsockfilter.c1393 ASSERT(rval != SOF_RVAL_RETURN); in sof_filter_accept()