skb_fill_page_desc(9) centos man page | unix.com

Man Page: skb_fill_page_desc

Operating Environment: centos

Section: 9

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
As per __skb_fill_page_desc -- initialises the i'th fragment of skb to point to size bytes at offset off within page. In addition updates skb such that i is the last fragment. 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
cfg80211_testmode_alloc_reply_skb(9) - centos
gd_alter_frameoffset(3) - debian
gd_encoding(3) - debian
gd_endianness(3) - debian
Similar Topics in the Unix Linux Community
How to increment version inside a file?
Tar Command
Shopt -s histappend
[TIP] Processing YAML files with yq
Please Welcome Dave Munro to the Moderator Team!