1SKB_FRAG_ADDRESS(9) Linux Networking SKB_FRAG_ADDRESS(9)
23
4
NAME
6skb_frag_address - gets the address of the data contained in a paged
7fragment
8
SYNOPSIS
10void * skb_frag_address(const skb_frag_t * frag);
11
ARGUMENTS
13frag
14the paged fragment buffer
15
DESCRIPTION
17Returns the address of the data within frag. The page must already be
18mapped.
19
COPYRIGHT
21Kernel Hackers Manual 3.10 June 2019 SKB_FRAG_ADDRESS(9)