Lines Matching refs:TCP_Server_Info
64 static int ip_connect(struct TCP_Server_Info *server);
65 static int generic_ip_connect(struct TCP_Server_Info *server);
75 static int reconn_set_ipaddr_from_hostname(struct TCP_Server_Info *server) in reconn_set_ipaddr_from_hostname()
134 struct TCP_Server_Info *server = container_of(work, in cifs_resolve_server()
135 struct TCP_Server_Info, resolve.work); in cifs_resolve_server()
153 static void reconn_set_next_dfs_target(struct TCP_Server_Info *server, in reconn_set_next_dfs_target()
211 cifs_reconnect(struct TCP_Server_Info *server) in cifs_reconnect()
414 struct TCP_Server_Info *server = container_of(work, in cifs_echo_request()
415 struct TCP_Server_Info, echo.work); in cifs_echo_request()
442 allocate_buffers(struct TCP_Server_Info *server) in allocate_buffers()
475 server_unresponsive(struct TCP_Server_Info *server) in server_unresponsive()
502 zero_credits(struct TCP_Server_Info *server) in zero_credits()
517 cifs_readv_from_socket(struct TCP_Server_Info *server, struct msghdr *smb_msg) in cifs_readv_from_socket()
572 cifs_read_from_socket(struct TCP_Server_Info *server, char *buf, in cifs_read_from_socket()
583 cifs_discard_from_socket(struct TCP_Server_Info *server, size_t to_read) in cifs_discard_from_socket()
600 cifs_read_page_from_socket(struct TCP_Server_Info *server, struct page *page, in cifs_read_page_from_socket()
611 is_smb_response(struct TCP_Server_Info *server, unsigned char type) in is_smb_response()
678 smb2_get_credits_from_hdr(char *buffer, struct TCP_Server_Info *server) in smb2_get_credits_from_hdr()
692 handle_mid(struct mid_q_entry *mid, struct TCP_Server_Info *server, in handle_mid()
712 static void clean_demultiplex_info(struct TCP_Server_Info *server) in clean_demultiplex_info()
806 standard_receive3(struct TCP_Server_Info *server, struct mid_q_entry *mid) in standard_receive3()
842 cifs_handle_standard(struct TCP_Server_Info *server, struct mid_q_entry *mid) in cifs_handle_standard()
879 smb2_add_credits_from_hdr(char *buffer, struct TCP_Server_Info *server) in smb2_add_credits_from_hdr()
912 struct TCP_Server_Info *server = p; in cifs_demultiplex_thread()
1124 match_port(struct TCP_Server_Info *server, struct sockaddr *addr) in match_port()
1158 match_address(struct TCP_Server_Info *server, struct sockaddr *addr, in match_address()
1195 match_security(struct TCP_Server_Info *server, struct smb3_fs_context *ctx) in match_security()
1217 static int match_server(struct TCP_Server_Info *server, struct smb3_fs_context *ctx) in match_server()
1263 struct TCP_Server_Info *
1266 struct TCP_Server_Info *server; in cifs_find_tcp_session()
1297 cifs_put_tcp_session(struct TCP_Server_Info *server, int from_reconnect) in cifs_put_tcp_session()
1345 struct TCP_Server_Info *
1348 struct TCP_Server_Info *tcp_ses = NULL; in cifs_get_tcp_session()
1358 tcp_ses = kzalloc(sizeof(struct TCP_Server_Info), GFP_KERNEL); in cifs_get_tcp_session()
1566 struct TCP_Server_Info *server = ses->server; in cifs_setup_ipc()
1634 cifs_find_smb_ses(struct TCP_Server_Info *server, struct smb3_fs_context *ctx) in cifs_find_smb_ses()
1655 struct TCP_Server_Info *server = ses->server; in cifs_put_smb_ses()
1723 struct TCP_Server_Info *server = ses->server; in cifs_set_cifscreds()
1869 cifs_get_smb_ses(struct TCP_Server_Info *server, struct smb3_fs_context *ctx) in cifs_get_smb_ses()
2383 struct TCP_Server_Info *tcp_srv; in cifs_match_super()
2466 bind_socket(struct TCP_Server_Info *server) in bind_socket()
2492 ip_rfc1001_connect(struct TCP_Server_Info *server) in ip_rfc1001_connect()
2564 generic_ip_connect(struct TCP_Server_Info *server) in generic_ip_connect()
2661 ip_connect(struct TCP_Server_Info *server) in ip_connect()
2850 struct TCP_Server_Info *server, in mount_put_conns()
2868 struct TCP_Server_Info **nserver, in mount_get_conns()
2872 struct TCP_Server_Info *server; in mount_get_conns()
2990 unsigned int *xid, struct TCP_Server_Info **nserver, in mount_get_dfs_conns()
3136 unsigned int *xid, struct TCP_Server_Info **server, in do_dfs_failover()
3282 cifs_are_all_path_components_accessible(struct TCP_Server_Info *server, in cifs_are_all_path_components_accessible()
3334 struct TCP_Server_Info *server, in is_path_remote()
3389 const unsigned int xid, struct TCP_Server_Info *server, in next_dfs_prepath()
3470 struct TCP_Server_Info *server = NULL; in cifs_mount()
3629 struct TCP_Server_Info *server; in cifs_mount()
3826 struct TCP_Server_Info *server = cifs_ses_server(ses); in cifs_negotiate_protocol()
3853 struct TCP_Server_Info *server = cifs_ses_server(ses); in cifs_setup_session()
4147 struct TCP_Server_Info *server = tcon->ses->server; in cifs_tree_connect()