Searched refs:rsocket (Results 1 - 9 of 9) sorted by relevance

/freebsd-12-stable/contrib/ofed/librdmacm/
H A Drsocket.c55 #include <rdma/rsocket.h>
70 struct rsocket;
84 struct rsocket *rs;
94 struct rsocket **rss;
225 * rsocket states are ordered as passive, connecting, connected, disconnected.
248 * transfer rsocket messages as inline sends.
284 struct rsocket *rs;
296 struct rsocket { struct
421 static void ds_insert_qp(struct rsocket *rs, struct ds_qp *qp)
430 static void ds_remove_qp(struct rsocket *r
1130 int rsocket(int domain, int type, int protocol) function
[all...]
H A Drsocket.h48 int rsocket(int domain, int type, int protocol);
H A Dpreload.c56 #include <rdma/rsocket.h>
413 rs.socket = dlsym(RTLD_DEFAULT, "rsocket");
477 * Convert between an rsocket and a normal socket.
518 static void set_rsocket_options(int rsocket) argument
521 rsetsockopt(rsocket, SOL_RDMA, RDMA_SQSIZE, &sq_size, sizeof sq_size);
524 rsetsockopt(rsocket, SOL_RDMA, RDMA_RQSIZE, &rq_size, sizeof rq_size);
527 rsetsockopt(rsocket, SOL_RDMA, RDMA_INLINE, &sq_inline, sizeof sq_inline);
554 ret = rsocket(domain, type, protocol);
649 dfd = rsocket(addr.ss_family, SOCK_STREAM, 0);
701 lfd = rsocket(sin
[all...]
/freebsd-12-stable/contrib/ofed/librdmacm/examples/
H A Dcommon.h41 #include <rdma/rsocket.h>
46 #define rs_socket(f,t,p) use_rs ? rsocket(f,t,p) : socket(f,t,p)
H A Driostream.c47 #include <rdma/rsocket.h>
370 lrs = rai ? rsocket(rai->ai_family, SOCK_STREAM, 0) :
371 rsocket(ai->ai_family, SOCK_STREAM, 0);
373 perror("rsocket");
451 rs = rai ? rsocket(rai->ai_family, SOCK_STREAM, 0) :
452 rsocket(ai->ai_family, SOCK_STREAM, 0);
454 perror("rsocket");
H A Drcopy.c46 #include <rdma/rsocket.h>
193 rs = rsocket(res->ai_family, res->ai_socktype, res->ai_protocol);
195 perror("rsocket failed\n");
403 rs = rsocket(res->ai_family, res->ai_socktype, res->ai_protocol);
405 perror("rsocket failed\n");
H A Dudpong.c47 #include <rdma/rsocket.h>
275 perror("rsocket");
420 perror("rsocket");
H A Drstream.c47 #include <rdma/rsocket.h>
337 perror("rsocket");
436 perror("rsocket");
/freebsd-12-stable/lib/ofed/include/
H A DMakefile46 ${RDMACM}/rsocket.h \

Completed in 130 milliseconds