table of contents
SKB_FRAG_PAGE(9) | Linux Networking | SKB_FRAG_PAGE(9) |
NAME¶
skb_frag_page - retrieve the page refered to by a paged fragment
SYNOPSIS¶
struct page * skb_frag_page(const skb_frag_t * frag);
ARGUMENTS¶
frag
the paged fragment
DESCRIPTION¶
Returns the struct page associated with frag.
COPYRIGHT¶
June 2024 | Kernel Hackers Manual 3.10 |