Lines Matching refs:TCP_Server_Info

313 static int ip_connect(struct TCP_Server_Info *server);
314 static int generic_ip_connect(struct TCP_Server_Info *server);
329 cifs_reconnect(struct TCP_Server_Info *server) in cifs_reconnect()
442 struct TCP_Server_Info *server = container_of(work, in cifs_echo_request()
443 struct TCP_Server_Info, echo.work); in cifs_echo_request()
477 allocate_buffers(struct TCP_Server_Info *server) in allocate_buffers()
510 server_unresponsive(struct TCP_Server_Info *server) in server_unresponsive()
537 cifs_readv_from_socket(struct TCP_Server_Info *server, struct msghdr *smb_msg) in cifs_readv_from_socket()
586 cifs_read_from_socket(struct TCP_Server_Info *server, char *buf, in cifs_read_from_socket()
597 cifs_read_page_from_socket(struct TCP_Server_Info *server, struct page *page, in cifs_read_page_from_socket()
608 is_smb_response(struct TCP_Server_Info *server, unsigned char type) in is_smb_response()
675 handle_mid(struct mid_q_entry *mid, struct TCP_Server_Info *server, in handle_mid()
694 static void clean_demultiplex_info(struct TCP_Server_Info *server) in clean_demultiplex_info()
784 standard_receive3(struct TCP_Server_Info *server, struct mid_q_entry *mid) in standard_receive3()
821 cifs_handle_standard(struct TCP_Server_Info *server, struct mid_q_entry *mid) in cifs_handle_standard()
862 struct TCP_Server_Info *server = p; in cifs_demultiplex_thread()
2169 match_port(struct TCP_Server_Info *server, struct sockaddr *addr) in match_port()
2199 match_address(struct TCP_Server_Info *server, struct sockaddr *addr, in match_address()
2236 match_security(struct TCP_Server_Info *server, struct smb_vol *vol) in match_security()
2258 static int match_server(struct TCP_Server_Info *server, struct smb_vol *vol) in match_server()
2291 static struct TCP_Server_Info *
2294 struct TCP_Server_Info *server; in cifs_find_tcp_session()
2311 cifs_put_tcp_session(struct TCP_Server_Info *server, int from_reconnect) in cifs_put_tcp_session()
2355 static struct TCP_Server_Info *
2358 struct TCP_Server_Info *tcp_ses = NULL; in cifs_get_tcp_session()
2368 tcp_ses = kzalloc(sizeof(struct TCP_Server_Info), GFP_KERNEL); in cifs_get_tcp_session()
2612 cifs_find_smb_ses(struct TCP_Server_Info *server, struct smb_vol *vol) in cifs_find_smb_ses()
2634 struct TCP_Server_Info *server = ses->server; in cifs_put_smb_ses()
2684 struct TCP_Server_Info *server = ses->server; in cifs_set_cifscreds()
2809 cifs_get_smb_ses(struct TCP_Server_Info *server, struct smb_vol *volume_info) in cifs_get_smb_ses()
3227 struct TCP_Server_Info *tcp_srv; in cifs_match_super()
3328 bind_socket(struct TCP_Server_Info *server) in bind_socket()
3354 ip_rfc1001_connect(struct TCP_Server_Info *server) in ip_rfc1001_connect()
3426 generic_ip_connect(struct TCP_Server_Info *server) in generic_ip_connect()
3513 ip_connect(struct TCP_Server_Info *server) in ip_connect()
3917 cifs_are_all_path_components_accessible(struct TCP_Server_Info *server, in cifs_are_all_path_components_accessible()
3961 struct TCP_Server_Info *server; in cifs_mount()
4377 struct TCP_Server_Info *server = ses->server; in cifs_negotiate_protocol()
4406 struct TCP_Server_Info *server = ses->server; in cifs_setup_session()