Lines Matching refs:tcp_handle
83 struct tcp_handle *tcp = NULL; in hmdfs_tcpi_rtt()
88 tcp = (struct tcp_handle *)(conn_impl->connect_handle); in hmdfs_tcpi_rtt()
219 struct tcp_handle *tcp = NULL; in tcp_recvpage_tls()
230 tcp = (struct tcp_handle *)(connect->connect_handle); in tcp_recvpage_tls()
397 struct tcp_handle *tcp = NULL; in tcp_recvbuffer_cipher()
404 tcp = (struct tcp_handle *)(connect->connect_handle); in tcp_recvbuffer_cipher()
456 struct tcp_handle *tcp = NULL; in tcp_recvbuffer_tls()
461 tcp = (struct tcp_handle *)(connect->connect_handle); in tcp_recvbuffer_tls()
493 static int tcp_receive_from_sock(struct tcp_handle *tcp) in tcp_receive_from_sock()
553 static bool tcp_handle_is_available(struct tcp_handle *tcp) in tcp_handle_is_available()
596 struct tcp_handle *tcp = (struct tcp_handle *)arg; in tcp_recv_thread()
646 static int tcp_send_message_sock_cipher(struct tcp_handle *tcp, in tcp_send_message_sock_cipher()
703 static int tcp_send_message_sock_tls(struct tcp_handle *tcp, in tcp_send_message_sock_tls()
756 struct tcp_handle *tcp = connect->connect_handle; in tcp_send_rekey_request()
803 struct tcp_handle *tcp = NULL; in tcp_send_message()
817 tcp = (struct tcp_handle *)(connect->connect_handle); in tcp_send_message()
846 void tcp_close_socket(struct tcp_handle *tcp) in tcp_close_socket()
890 static bool is_tcp_socket(struct tcp_handle *tcp) in is_tcp_socket()
919 static int tcp_update_socket(struct tcp_handle *tcp, int fd, in tcp_update_socket()
1007 static struct tcp_handle *tcp_alloc_handle(struct connection *connect, in tcp_alloc_handle()
1011 struct tcp_handle *tcp = kzalloc(sizeof(*tcp), GFP_KERNEL); in tcp_alloc_handle()
1047 struct tcp_handle *tcp = NULL; in connection_notify_to_close()
1061 struct tcp_handle *tcp = NULL; in hmdfs_reget_connection()
1119 struct tcp_handle *tcp = NULL; in lookup_conn_by_socketfd_unsafe()
1123 tcp = (struct tcp_handle *)(tcp_conn->connect_handle); in lookup_conn_by_socketfd_unsafe()
1200 struct tcp_handle *tcp = NULL; in hmdfs_get_conn_tcp()