Searched defs:sdp_sock (Results 1 – 2 of 2) sorted by relevance
378 struct sdp_sock { struct380 struct socket *socket;381 struct rdma_cm_id *id;382 struct ib_device *ib_device;383 struct sdp_device *sdp_dev;384 struct ib_qp *qp;385 struct ucred *cred;386 struct callout keep2msl; /* 2msl and keepalive timer. */387 struct callout nagle_timer; /* timeout waiting for ack */388 struct ib_ucontext context;[all …]
237 struct sdp_sock *(*notify)(struct sdp_sock *, int)) in sdp_pcbnotifyall()