Searched refs:ds_get_comp (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/ofed/librdmacm/ |
H A D | rsocket.c | 2220 static int ds_get_comp(struct rsocket *rs, int nonblock, int (*test)(struct rsocket *rs)) in ds_get_comp() function 2353 ret = ds_get_comp(rs, rs_nonblocking(rs, flags), in ds_recvfrom() 2661 ret = ds_get_comp(rs, rs_nonblocking(rs, flags), ds_can_send); in dsend() 4138 if (ds_get_comp(rs, 0, ds_can_send)) in udp_svc_forward()
|