skb_store_bits(9) centos man page | unix.com

Query: skb_store_bits

OS: centos

Section: 9

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

SKB_STORE_BITS(9)						 Linux Networking						 SKB_STORE_BITS(9)

NAME
skb_store_bits - store bits from kernel buffer to skb
SYNOPSIS
int skb_store_bits(struct sk_buff * skb, int offset, const void * from, int len);
ARGUMENTS
skb destination buffer offset offset in destination from source buffer len number of bytes to copy
DESCRIPTION
Copy the specified number of bytes from the source buffer to the destination skb. This function handles all the messy bits of traversing fragment lists and such.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 SKB_STORE_BITS(9)
Related Man Pages
wimax_msg_alloc(9) - suse
copy(9) - mojave
copystr(9) - mojave
copyinstr(9) - mojave
wimax_msg_alloc(9) - centos
Similar Topics in the Unix Linux Community
Set hard block limit for user using quota
How to increment version inside a file?
Unsure why access time on a directory change isn't changing
CentOS 6 ran out of space, need to reclaim it
[TIP] Processing YAML files with yq