Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\rdma\ib_verbs.h Create Date:2022-07-28 07:15:05
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:ib_copy_from_udata

Proto:static inline int ib_copy_from_udata(void *dest, struct ib_udata *udata, size_t len)

Type:int

Parameter:

TypeParameterName
void *dest
struct ib_udata *udata
size_tlen
2855  Return If copy_from_user(dest, inbuf, len) Then -EFAULT Else 0