centos man page for __skb_fill_page_desc

Query: __skb_fill_page_desc

OS: centos

Section: 9

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

__SKB_FILL_PAGE_DESC(9) 					 Linux Networking					   __SKB_FILL_PAGE_DESC(9)

NAME
__skb_fill_page_desc - initialise a paged fragment in an skb
SYNOPSIS
void __skb_fill_page_desc(struct sk_buff * skb, int i, struct page * page, int off, int size);
ARGUMENTS
skb buffer containing fragment to be initialised i paged fragment index to initialise page the page to use for this fragment off the offset to the data with page size the length of the data
DESCRIPTION
Initialises the i'th fragment of skb to point to size bytes at offset off within page. Does not take any additional reference on the fragment.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 __SKB_FILL_PAGE_DESC(9)
Related Man Pages
wimax_msg_alloc(9) - suse
gd_encoding(3) - debian
gd_frameoffset(3) - debian
gd_parent_fragment(3) - debian
gd_uninclude(3) - debian
Similar Topics in the Unix Linux Community
Set hard block limit for user using quota
Tar Command
Docker learning Phase-I
Controlling user input
[TIP] Processing YAML files with yq