Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\net\udp.h Create Date:2022-07-28 19:16:11
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:copy_linear_skb

Proto:static inline int copy_linear_skb(struct sk_buff *skb, int len, int off, struct iov_iter *to)

Type:int

Parameter:

TypeParameterName
struct sk_buff *skb
intlen
intoff
struct iov_iter *to
388  n = copy_to_iter(data + off, len, to)
389  If n == len Then Return 0
392  iov_iter_revert(to, n)
393  Return -EFAULT