Home
last modified time | relevance | path

Searched refs:xmit_path_prepare (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/net/rds/
Dsend.c193 if (conn->c_trans->xmit_path_prepare) in rds_send_xmit()
194 conn->c_trans->xmit_path_prepare(cp); in rds_send_xmit()
Dtcp.c454 .xmit_path_prepare = rds_tcp_xmit_path_prepare,
Drds.h549 void (*xmit_path_prepare)(struct rds_conn_path *cp); member