Home
last modified time | relevance | path

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

/linux/net/rds/
H A Dconnection.c902 void rds_conn_path_connect_if_down(struct rds_conn_path *cp) in rds_conn_path_connect_if_down() function
914 EXPORT_SYMBOL_GPL(rds_conn_path_connect_if_down);
923 rds_conn_path_connect_if_down(&conn->c_path[i]); in rds_check_all_paths()
930 rds_conn_path_connect_if_down(&conn->c_path[0]); in rds_conn_connect_if_down()
H A Dtcp_listen.c81 rds_conn_path_connect_if_down(&conn->c_path[0]); in rds_tcp_accept_one_path()
H A Drecv.c242 * smaller ip addr, it starts rds_conn_path_connect_if_down on all
244 * 3. sender gets woken up, and can move to rds_conn_path_connect_if_down.
245 * If it is the smaller ipaddr, rds_conn_path_connect_if_down can be
248 * rds_conn_path_connect_if_down on the hashed path. (see rule 4)
262 rds_conn_path_connect_if_down(cp); in rds_start_mprds()
H A Drds.h780 void rds_conn_path_connect_if_down(struct rds_conn_path *cp);
H A Dsend.c1437 rds_conn_path_connect_if_down(cp); in rds_send_probe()