Lines Matching refs:TCP_Server_Info
296 static int ip_connect(struct TCP_Server_Info *server);
297 static int generic_ip_connect(struct TCP_Server_Info *server);
312 cifs_reconnect(struct TCP_Server_Info *server) in cifs_reconnect()
419 struct TCP_Server_Info *server = container_of(work, in cifs_echo_request()
420 struct TCP_Server_Info, echo.work); in cifs_echo_request()
443 allocate_buffers(struct TCP_Server_Info *server) in allocate_buffers()
476 server_unresponsive(struct TCP_Server_Info *server) in server_unresponsive()
537 get_server_iovec(struct TCP_Server_Info *server, unsigned int nr_segs) in get_server_iovec()
555 cifs_readv_from_socket(struct TCP_Server_Info *server, struct kvec *iov_orig, in cifs_readv_from_socket()
614 cifs_read_from_socket(struct TCP_Server_Info *server, char *buf, in cifs_read_from_socket()
626 is_smb_response(struct TCP_Server_Info *server, unsigned char type) in is_smb_response()
685 handle_mid(struct mid_q_entry *mid, struct TCP_Server_Info *server, in handle_mid()
704 static void clean_demultiplex_info(struct TCP_Server_Info *server) in clean_demultiplex_info()
792 standard_receive3(struct TCP_Server_Info *server, struct mid_q_entry *mid) in standard_receive3()
851 struct TCP_Server_Info *server = p; in cifs_demultiplex_thread()
1981 match_port(struct TCP_Server_Info *server, struct sockaddr *addr) in match_port()
2011 match_address(struct TCP_Server_Info *server, struct sockaddr *addr, in match_address()
2048 match_security(struct TCP_Server_Info *server, struct smb_vol *vol) in match_security()
2069 static int match_server(struct TCP_Server_Info *server, struct smb_vol *vol) in match_server()
2095 static struct TCP_Server_Info *
2098 struct TCP_Server_Info *server; in cifs_find_tcp_session()
2115 cifs_put_tcp_session(struct TCP_Server_Info *server) in cifs_put_tcp_session()
2148 static struct TCP_Server_Info *
2151 struct TCP_Server_Info *tcp_ses = NULL; in cifs_get_tcp_session()
2161 tcp_ses = kzalloc(sizeof(struct TCP_Server_Info), GFP_KERNEL); in cifs_get_tcp_session()
2295 cifs_find_smb_ses(struct TCP_Server_Info *server, struct smb_vol *vol) in cifs_find_smb_ses()
2317 struct TCP_Server_Info *server = ses->server; in cifs_put_smb_ses()
2365 struct TCP_Server_Info *server = ses->server; in cifs_set_cifscreds()
2483 cifs_get_smb_ses(struct TCP_Server_Info *server, struct smb_vol *volume_info) in cifs_get_smb_ses()
2819 struct TCP_Server_Info *tcp_srv; in cifs_match_super()
2941 bind_socket(struct TCP_Server_Info *server) in bind_socket()
2967 ip_rfc1001_connect(struct TCP_Server_Info *server) in ip_rfc1001_connect()
3040 generic_ip_connect(struct TCP_Server_Info *server) in generic_ip_connect()
3127 ip_connect(struct TCP_Server_Info *server) in ip_connect()
3525 struct TCP_Server_Info *server; in cifs_mount()
3931 struct TCP_Server_Info *server = ses->server; in cifs_negotiate_protocol()
3960 struct TCP_Server_Info *server = ses->server; in cifs_setup_session()