skb_copy_bits(9) centos man page | unix.com

Man Page: skb_copy_bits

Operating Environment: centos

Section: 9

SKB_COPY_BITS(9)						 Linux Networking						  SKB_COPY_BITS(9)

NAME
skb_copy_bits - copy bits from skb to kernel buffer
SYNOPSIS
int skb_copy_bits(const struct sk_buff * skb, int offset, void * to, int len);
ARGUMENTS
skb source skb offset offset in source to destination buffer len number of bytes to copy
DESCRIPTION
Copy the specified number of bytes from the source skb to the destination buffer. CAUTION ! : If its prototype is ever changed, check arch/{*}/net/{*}.S files, since it is called from BPF assembly code.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 SKB_COPY_BITS(9)
Related Man Pages
wimax_msg_alloc(9) - suse
cfg80211_testmode_alloc_reply_skb(9) - centos
struct_ieee80211_tx_rate_control(9) - centos
struct_tid_ampdu_rx(9) - centos
tc-ife(8) - osx
Similar Topics in the Unix Linux Community
Set hard block limit for user using quota
CentOS7 restoring file capabilities
Shopt -s histappend
[TIP] Processing YAML files with yq
Please Welcome Dave Munro to the Moderator Team!