Home
last modified time | relevance | path

Searched refs:tcp_handle (Results 1 – 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/fs/hmdfs/comm/
Dtransport.c83 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()
[all …]
Dcrypto.c22 struct tcp_handle *tcp = conn_impl->connect_handle; in tls_crypto_set_key()
60 struct tcp_handle *tcp = in tls_crypto_info_init()
61 (struct tcp_handle *)(conn_impl->connect_handle); in tls_crypto_info_init()
117 static int tls_set_tx(struct tcp_handle *tcp) in tls_set_tx()
148 static int tls_set_rx(struct tcp_handle *tcp) in tls_set_rx()
181 struct tcp_handle *tcp = in set_crypto_info()
182 (struct tcp_handle *)(conn_impl->connect_handle); in set_crypto_info()
Dtransport.h45 struct tcp_handle { struct
70 void tcp_close_socket(struct tcp_handle *tcp); argument
Dconnection.c391 ((struct tcp_handle *)(conn_impl->connect_handle))->fd); in do_send_handshake()
558 struct tcp_handle *tcp = NULL; in connection_send_handshake()
596 struct tcp_handle *tcp = NULL; in connection_to_working()
618 int fd = ((struct tcp_handle *)(conn_impl->connect_handle))->fd; in connection_handshake_recv_handler()
729 struct tcp_handle *tcp = conn->connect_handle; in cmd_update_tls_crypto_key()
751 struct tcp_handle *tcp = NULL; in connection_release()
831 struct tcp_handle *tcp = NULL; in hmdfs_dump_deleting_list()
861 struct tcp_handle *tcp = NULL; in hmdfs_disconnect_node()
977 struct tcp_handle *tcp = NULL; in set_conn_sock_quickack()
987 tcp = (struct tcp_handle *)(conn_impl->connect_handle); in set_conn_sock_quickack()
Ddevice_node.c201 struct tcp_handle *tcp = NULL; in sbi_status_show()
245 struct tcp_handle *tcp = NULL; in sbi_stat_show()
Dsocket_adapter.c126 struct tcp_handle *tcp = NULL; in hmdfs_sendmessage()