Searched refs:rs_notify_svc (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/contrib/ofed/librdmacm/
H A Drsocket.c440 static int rs_notify_svc(struct rs_svc *svc, struct rsocket *rs, int cmd) function
1122 ret = rs_notify_svc(&udp_svc, rs, RS_SVC_ADD_DGRAM);
3233 rs_notify_svc(&tcp_svc, rs, RS_SVC_REM_KEEPALIVE);
3283 rs_notify_svc(&udp_svc, rs, RS_SVC_REM_DGRAM);
3306 rs_notify_svc(&tcp_svc, rs, RS_SVC_REM_KEEPALIVE);
3378 ret = rs_notify_svc(&tcp_svc, rs, RS_SVC_ADD_KEEPALIVE);
3380 ret = rs_notify_svc(&tcp_svc, rs, RS_SVC_REM_KEEPALIVE);
3463 rs_notify_svc(&tcp_svc, rs, RS_SVC_MOD_KEEPALIVE) : 0;

Completed in 81 milliseconds