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)NAMEskb_fill_page_desc - initialise a paged fragment in an skbSYNOPSISvoid skb_fill_page_desc(struct sk_buff * skb, int i, struct page * page, int off, int size);ARGUMENTSskb 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 dataDESCRIPTIONAs 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.COPYRIGHTKernel Hackers Manual 3.10 June 2014 SKB_FILL_PAGE_DESC(9)
| Related Man Pages |
|---|
| gd_encoding(3) - debian |
| gd_endianness(3) - debian |
| gd_move(3) - debian |
| gd_rewrite_fragment(3) - debian |
| gd_uninclude(3) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| Is UNIX an open source OS ? |
| Set hard block limit for user using quota |
| How to increment version inside a file? |
| CentOS7 restoring file capabilities |
| Controlling user input |