Home
last modified time | relevance | path

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

/linux/net/rds/
H A Dloop.c249 .inc_copy_to_user = rds_message_inc_copy_to_user,
H A Dib.c548 .inc_copy_to_user = rds_ib_inc_copy_to_user,
H A Dtcp.c461 .inc_copy_to_user = rds_tcp_inc_copy_to_user,
H A Drecv.c697 ret = inc->i_conn->c_trans->inc_copy_to_user(inc, &msg->msg_iter); in rds_recvmsg()
H A Drds.h556 int (*inc_copy_to_user)(struct rds_incoming *inc, struct iov_iter *to); member