Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dsmbdirect.h26 struct smbd_connection { struct
31 struct smbd_connection *smbd_get_connection( argument
34 const struct smbdirect_socket_parameters *smbd_get_parameters(struct smbd_connection *conn);
42 int smbd_recv(struct smbd_connection *info, struct msghdr *msg);
48 struct smbd_connection *info, struct iov_iter *iter,
58 struct smbd_connection {}; struct
63 static inline int smbd_recv(struct smbd_connection *info, struct msghdr *msg) {return -1; } in smbd_recv()
H A Dsmbdirect.c204 struct smbd_connection *info = server->smbd_conn; in smbd_destroy()
252 static struct smbd_connection *_smbd_get_connection( in _smbd_get_connection()
256 struct smbd_connection *info; in _smbd_get_connection()
343 const struct smbdirect_socket_parameters *smbd_get_parameters(struct smbd_connection *conn) in smbd_get_parameters()
354 struct smbd_connection *smbd_get_connection( in smbd_get_connection()
357 struct smbd_connection *ret; in smbd_get_connection()
396 int smbd_recv(struct smbd_connection *info, struct msghdr *msg) in smbd_recv()
415 struct smbd_connection *info = server->smbd_conn; in smbd_send()
517 struct smbdirect_mr_io *smbd_register_mr(struct smbd_connection *info, in smbd_register_mr()
H A Dcifsglob.h762 struct smbd_connection *smbd_conn;