Home
last modified time | relevance | path

Searched refs:get_conn_impl (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/fs/hmdfs/comm/
Dconnection.h296 struct connection *get_conn_impl(struct hmdfs_peer *node, int connect_type);
Dsocket_adapter.c146 connect = get_conn_impl(node, CONNECT_TYPE_TCP); in hmdfs_sendmessage()
Dtransport.c85 conn_impl = get_conn_impl(con, CONNECT_TYPE_TCP); in hmdfs_tcpi_rtt()
Dconnection.c953 struct connection *get_conn_impl(struct hmdfs_peer *node, int connect_type) in get_conn_impl() function