Searched refs:rds_get_mr_args (Results 1 - 2 of 2) sorted by path

/linux-master/include/uapi/linux/
H A Drds.h94 * The cmsg_data is a struct rds_get_mr_args,
339 struct rds_get_mr_args { struct
/linux-master/net/rds/
H A Drdma.c172 static int __rds_rdma_map(struct rds_sock *rs, struct rds_get_mr_args *args,
361 struct rds_get_mr_args args;
363 if (optlen != sizeof(struct rds_get_mr_args))
366 if (copy_from_sockptr(&args, optval, sizeof(struct rds_get_mr_args)))
375 struct rds_get_mr_args new_args;
857 if (cmsg->cmsg_len < CMSG_LEN(sizeof(struct rds_get_mr_args)) ||

Completed in 225 milliseconds