Home
last modified time | relevance | path

Searched refs:rds_conn_path_connect_if_down (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/net/rds/
H A Dconnection.c906 void rds_conn_path_connect_if_down(struct rds_conn_path *cp) in rds_conn_path_connect_if_down() function
918 EXPORT_SYMBOL_GPL(rds_conn_path_connect_if_down); variable
927 rds_conn_path_connect_if_down(&conn->c_path[i]); in rds_check_all_paths()
934 rds_conn_path_connect_if_down(&conn->c_path[0]); in rds_conn_connect_if_down()
H A Dtcp_listen.c80 rds_conn_path_connect_if_down(&conn->c_path[0]); in rds_tcp_accept_one_path()
H A Drds.h780 void rds_conn_path_connect_if_down(struct rds_conn_path *cp);
H A Drecv.c241 * smaller ip addr, it starts rds_conn_path_connect_if_down on all
243 * 3. sender gets woken up, and can move to rds_conn_path_connect_if_down.
244 * If it is the smaller ipaddr, rds_conn_path_connect_if_down can be
247 * rds_conn_path_connect_if_down on the hashed path. (see rule 4)
261 rds_conn_path_connect_if_down(cp); in rds_start_mprds()
H A Dsend.c1443 rds_conn_path_connect_if_down(cp); in rds_send_probe()
/kernel/linux/linux-6.6/net/rds/
H A Dconnection.c906 void rds_conn_path_connect_if_down(struct rds_conn_path *cp) in rds_conn_path_connect_if_down() function
918 EXPORT_SYMBOL_GPL(rds_conn_path_connect_if_down); variable
927 rds_conn_path_connect_if_down(&conn->c_path[i]); in rds_check_all_paths()
934 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 Drds.h780 void rds_conn_path_connect_if_down(struct rds_conn_path *cp);
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 Dsend.c1437 rds_conn_path_connect_if_down(cp); in rds_send_probe()

Completed in 16 milliseconds