Home
last modified time | relevance | path

Searched refs:conn_path_shutdown (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/net/rds/
Dloop.c248 .conn_path_shutdown = rds_loop_conn_path_shutdown,
Dib.c527 .conn_path_shutdown = rds_ib_conn_path_shutdown,
Dtcp.c464 .conn_path_shutdown = rds_tcp_conn_path_shutdown,
Dconnection.c383 conn->c_trans->conn_path_shutdown(cp); in rds_conn_shutdown()
Drds.h535 void (*conn_path_shutdown)(struct rds_conn_path *conn); member