Searched refs:SOF_RVAL_CONTINUE (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/kssl/
H A Dksslfilter.c157 return (SOF_RVAL_CONTINUE);
194 SOF_RVAL_CONTINUE);
196 return (SOF_RVAL_CONTINUE);
213 return (SOF_RVAL_CONTINUE);
216 return (SOF_RVAL_CONTINUE);
230 return (SOF_RVAL_CONTINUE);
271 return (SOF_RVAL_CONTINUE);
295 *rv = SOF_RVAL_CONTINUE;
322 return (SOF_RVAL_CONTINUE);
329 return (SOF_RVAL_CONTINUE);
[all...]
/illumos-gate/usr/src/uts/common/sys/
H A Dsockfilter.h50 SOF_RVAL_CONTINUE = -1, /* continue processing */ enumerator in enum:__anon9059
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockfilter_impl.h177 if (__rval != SOF_RVAL_CONTINUE) \
H A Dsockfilter.c256 if (rval != SOF_RVAL_CONTINUE) {
471 if (rval != SOF_RVAL_CONTINUE) {
558 if (rval != SOF_RVAL_CONTINUE) {
1249 if (rval > SOF_RVAL_CONTINUE) {
1392 if (rval != SOF_RVAL_CONTINUE) {

Completed in 64 milliseconds