Searched defs:sdp_sock (Results 1 – 1 of 1) sorted by relevance
336 struct sdp_sock { struct338 struct socket *socket;339 struct rdma_cm_id *id;340 struct ib_device *ib_device;341 struct sdp_device *sdp_dev;342 struct ib_qp *qp;343 struct ucred *cred;344 struct callout keep2msl; /* 2msl and keepalive timer. */345 struct callout nagle_timer; /* timeout waiting for ack */346 struct ib_ucontext context;[all …]