smbd_connection
struct smbd_connection *smbd_conn;
const struct smbdirect_socket_parameters *smbd_get_parameters(struct smbd_connection *conn)
struct smbd_connection *info = server->smbd_conn;
static struct smbd_connection *_smbd_get_connection(
struct smbd_connection *info;
info = kzalloc_obj(struct smbd_connection);
struct smbd_connection *smbd_get_connection(
struct smbd_connection *ret;
int smbd_recv(struct smbd_connection *info, struct msghdr *msg)
struct smbd_connection *info = server->smbd_conn;
struct smbdirect_mr_io *smbd_register_mr(struct smbd_connection *info,
struct smbd_connection *smbd_get_connection(
const struct smbdirect_socket_parameters *smbd_get_parameters(struct smbd_connection *conn);
int smbd_recv(struct smbd_connection *info, struct msghdr *msg);
struct smbd_connection *info, struct iov_iter *iter,
static inline int smbd_recv(struct smbd_connection *info, struct msghdr *msg) {return -1; }