Lines Matching refs:TCP_Server_Info

334 static int ip_connect(struct TCP_Server_Info *server);
335 static int generic_ip_connect(struct TCP_Server_Info *server);
347 static int reconn_set_ipaddr(struct TCP_Server_Info *server) in reconn_set_ipaddr()
381 static inline int reconn_set_ipaddr(struct TCP_Server_Info *server) in reconn_set_ipaddr()
389 struct TCP_Server_Info *server;
411 find_super_by_tcp(struct TCP_Server_Info *server) in find_super_by_tcp()
422 static void reconn_inval_dfs_target(struct TCP_Server_Info *server, in reconn_inval_dfs_target()
474 cifs_reconnect(struct TCP_Server_Info *server) in cifs_reconnect()
653 struct TCP_Server_Info *server = container_of(work, in cifs_echo_request()
654 struct TCP_Server_Info, echo.work); in cifs_echo_request()
688 allocate_buffers(struct TCP_Server_Info *server) in allocate_buffers()
721 server_unresponsive(struct TCP_Server_Info *server) in server_unresponsive()
748 zero_credits(struct TCP_Server_Info *server) in zero_credits()
763 cifs_readv_from_socket(struct TCP_Server_Info *server, struct msghdr *smb_msg) in cifs_readv_from_socket()
818 cifs_read_from_socket(struct TCP_Server_Info *server, char *buf, in cifs_read_from_socket()
829 cifs_read_page_from_socket(struct TCP_Server_Info *server, struct page *page, in cifs_read_page_from_socket()
840 is_smb_response(struct TCP_Server_Info *server, unsigned char type) in is_smb_response()
909 handle_mid(struct mid_q_entry *mid, struct TCP_Server_Info *server, in handle_mid()
928 static void clean_demultiplex_info(struct TCP_Server_Info *server) in clean_demultiplex_info()
1019 standard_receive3(struct TCP_Server_Info *server, struct mid_q_entry *mid) in standard_receive3()
1056 cifs_handle_standard(struct TCP_Server_Info *server, struct mid_q_entry *mid) in cifs_handle_standard()
1094 smb2_add_credits_from_hdr(char *buffer, struct TCP_Server_Info *server) in smb2_add_credits_from_hdr()
1117 struct TCP_Server_Info *server = p; in cifs_demultiplex_thread()
2513 match_port(struct TCP_Server_Info *server, struct sockaddr *addr) in match_port()
2547 match_address(struct TCP_Server_Info *server, struct sockaddr *addr, in match_address()
2584 match_security(struct TCP_Server_Info *server, struct smb_vol *vol) in match_security()
2606 static int match_server(struct TCP_Server_Info *server, struct smb_vol *vol) in match_server()
2652 struct TCP_Server_Info *
2655 struct TCP_Server_Info *server; in cifs_find_tcp_session()
2672 cifs_put_tcp_session(struct TCP_Server_Info *server, int from_reconnect) in cifs_put_tcp_session()
2716 static struct TCP_Server_Info *
2719 struct TCP_Server_Info *tcp_ses = NULL; in cifs_get_tcp_session()
2729 tcp_ses = kzalloc(sizeof(struct TCP_Server_Info), GFP_KERNEL); in cifs_get_tcp_session()
2906 struct TCP_Server_Info *server = ses->server; in cifs_setup_ipc()
2981 cifs_find_smb_ses(struct TCP_Server_Info *server, struct smb_vol *vol) in cifs_find_smb_ses()
3002 struct TCP_Server_Info *server = ses->server; in cifs_put_smb_ses()
3053 struct TCP_Server_Info *server = ses->server; in cifs_set_cifscreds()
3199 cifs_get_smb_ses(struct TCP_Server_Info *server, struct smb_vol *volume_info) in cifs_get_smb_ses()
3639 struct TCP_Server_Info *tcp_srv; in cifs_match_super()
3721 bind_socket(struct TCP_Server_Info *server) in bind_socket()
3747 ip_rfc1001_connect(struct TCP_Server_Info *server) in ip_rfc1001_connect()
3819 generic_ip_connect(struct TCP_Server_Info *server) in generic_ip_connect()
3914 ip_connect(struct TCP_Server_Info *server) in ip_connect()
4186 struct TCP_Server_Info *server, in mount_put_conns()
4204 struct TCP_Server_Info **nserver, in mount_get_conns()
4208 struct TCP_Server_Info *server; in mount_get_conns()
4453 struct TCP_Server_Info **server, in setup_dfs_tgt_conn()
4509 struct TCP_Server_Info **server, in mount_do_dfs_failover()
4609 cifs_are_all_path_components_accessible(struct TCP_Server_Info *server, in cifs_are_all_path_components_accessible()
4661 struct TCP_Server_Info *server, in is_path_remote()
4710 struct TCP_Server_Info *server; in cifs_mount()
4916 struct TCP_Server_Info *server; in cifs_mount()
5145 struct TCP_Server_Info *server = ses->server; in cifs_negotiate_protocol()
5172 struct TCP_Server_Info *server = ses->server; in cifs_setup_session()