Searched refs:tcp_svc (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/ofed/librdmacm/ |
H A D | rsocket.c | 106 static struct rs_svc tcp_svc = { variable 3233 rs_notify_svc(&tcp_svc, rs, RS_SVC_REM_KEEPALIVE); in rshutdown() 3306 rs_notify_svc(&tcp_svc, rs, RS_SVC_REM_KEEPALIVE); in rclose() 3378 ret = rs_notify_svc(&tcp_svc, rs, RS_SVC_ADD_KEEPALIVE); in rs_set_keepalive() 3380 ret = rs_notify_svc(&tcp_svc, rs, RS_SVC_REM_KEEPALIVE); in rs_set_keepalive() 3463 rs_notify_svc(&tcp_svc, rs, RS_SVC_MOD_KEEPALIVE) : 0; in rsetsockopt()
|