Lines Matching refs:MPTS_EVRET_OK

151  * values must be greater or equal than MPTS_EVRET_OK.  Values less than that
158 MPTS_EVRET_OK = 2, /* OK */
1862 ev_ret_t ret = MPTS_EVRET_OK;
1885 if ((events & SO_FILT_HINT_MPFAILOVER) && (ret >= MPTS_EVRET_OK)) {
1888 ret = ((error >= MPTS_EVRET_OK) ? MAX(error, ret) : error);
1890 if ((events & SO_FILT_HINT_CONNRESET) && (ret >= MPTS_EVRET_OK)) {
1893 ret = ((error >= MPTS_EVRET_OK) ? MAX(error, ret) : error);
1895 if ((events & SO_FILT_HINT_MUSTRST) && (ret >= MPTS_EVRET_OK)) {
1898 ret = ((error >= MPTS_EVRET_OK) ? MAX(error, ret) : error);
1900 if ((events & SO_FILT_HINT_CANTRCVMORE) && (ret >= MPTS_EVRET_OK)) {
1903 ret = ((error >= MPTS_EVRET_OK) ? MAX(error, ret) : error);
1905 if ((events & SO_FILT_HINT_CANTSENDMORE) && (ret >= MPTS_EVRET_OK)) {
1908 ret = ((error >= MPTS_EVRET_OK) ? MAX(error, ret) : error);
1910 if ((events & SO_FILT_HINT_TIMEOUT) && (ret >= MPTS_EVRET_OK)) {
1913 ret = ((error >= MPTS_EVRET_OK) ? MAX(error, ret) : error);
1915 if ((events & SO_FILT_HINT_NOSRCADDR) && (ret >= MPTS_EVRET_OK)) {
1918 ret = ((error >= MPTS_EVRET_OK) ? MAX(error, ret) : error);
1920 if ((events & SO_FILT_HINT_IFDENIED) && (ret >= MPTS_EVRET_OK)) {
1923 ret = ((error >= MPTS_EVRET_OK) ? MAX(error, ret) : error);
1925 if ((events & SO_FILT_HINT_SUSPEND) && (ret >= MPTS_EVRET_OK)) {
1928 ret = ((error >= MPTS_EVRET_OK) ? MAX(error, ret) : error);
1930 if ((events & SO_FILT_HINT_RESUME) && (ret >= MPTS_EVRET_OK)) {
1933 ret = ((error >= MPTS_EVRET_OK) ? MAX(error, ret) : error);
1935 if ((events & SO_FILT_HINT_CONNECTED) && (ret >= MPTS_EVRET_OK)) {
1938 ret = ((error >= MPTS_EVRET_OK) ? MAX(error, ret) : error);
1940 if ((events & SO_FILT_HINT_MPSTATUS) && (ret >= MPTS_EVRET_OK)) {
1943 ret = ((error >= MPTS_EVRET_OK) ? MAX(error, ret) : error);
1945 if ((events & SO_FILT_HINT_DISCONNECTED) && (ret >= MPTS_EVRET_OK)) {
1948 ret = ((error >= MPTS_EVRET_OK) ? MAX(error, ret) : error);
1954 if (events != 0 || ret < MPTS_EVRET_OK) {
2014 return (linger ? MPTS_EVRET_OK : MPTS_EVRET_DELETE);
2039 return (MPTS_EVRET_OK); /* keep the subflow socket around */
2056 return (MPTS_EVRET_OK); /* keep the subflow socket around */
2105 return (linger ? MPTS_EVRET_OK : MPTS_EVRET_DELETE);
2169 return (linger ? MPTS_EVRET_OK : MPTS_EVRET_DELETE);
2252 return (MPTS_EVRET_OK);
2305 return (linger ? MPTS_EVRET_OK : MPTS_EVRET_DELETE);
2327 return (MPTS_EVRET_OK); /* keep the subflow socket around */
2348 return (MPTS_EVRET_OK); /* keep the subflow socket around */
2376 return (MPTS_EVRET_OK);
2380 return (MPTS_EVRET_OK);
2412 return (MPTS_EVRET_OK);
2587 return (MPTS_EVRET_OK); /* keep the subflow socket around */
2614 return (linger ? MPTS_EVRET_OK : MPTS_EVRET_DELETE);
2657 return (linger ? MPTS_EVRET_OK : MPTS_EVRET_DELETE);
2795 return (linger ? MPTS_EVRET_OK : MPTS_EVRET_DELETE);
2813 case MPTS_EVRET_OK:
2814 c = "MPTS_EVRET_OK";
3235 case MPTS_EVRET_OK: