Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/librdmacm/
H A Drsocket.c87 struct rs_svc { struct
100 static struct rs_svc udp_svc = { argument
106 static struct rs_svc tcp_svc = {
440 static int rs_notify_svc(struct rs_svc *svc, struct rsocket *rs, int cmd) in rs_notify_svc()
3944 static int rs_svc_grow_sets(struct rs_svc *svc, int grow_size) in rs_svc_grow_sets()
3970 static int rs_svc_add_rs(struct rs_svc *svc, struct rsocket *rs) in rs_svc_add_rs()
3984 static int rs_svc_index(struct rs_svc *svc, struct rsocket *rs) in rs_svc_index()
3995 static int rs_svc_rm_rs(struct rs_svc *svc, struct rsocket *rs) in rs_svc_rm_rs()
4010 static void udp_svc_process_sock(struct rs_svc *svc) in udp_svc_process_sock()
4210 struct rs_svc *svc = arg; in udp_svc_run()
[all …]