Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/librdmacm/
H A Drsocket.c251 #define RS_OPT_SVC_ACTIVE (1 << 2) macro
3232 if (rs->opts & RS_OPT_SVC_ACTIVE) in rshutdown()
3282 if (rs->opts & RS_OPT_SVC_ACTIVE) in ds_shutdown()
3305 else if (rs->opts & RS_OPT_SVC_ACTIVE) in rclose()
3364 if ((on && (rs->opts & RS_OPT_SVC_ACTIVE)) || in rs_set_keepalive()
3365 (!on && !(rs->opts & RS_OPT_SVC_ACTIVE))) in rs_set_keepalive()
3439 opt_on = rs->opts & RS_OPT_SVC_ACTIVE; in rsetsockopt()
3462 ret = (rs->opts & RS_OPT_SVC_ACTIVE) ? in rsetsockopt()
4019 msg.rs->opts |= RS_OPT_SVC_ACTIVE; in udp_svc_process_sock()
4029 msg.rs->opts &= ~RS_OPT_SVC_ACTIVE; in udp_svc_process_sock()
[all …]