1SKB_FRAG_ADDRESS_SAF(9) Linux Networking SKB_FRAG_ADDRESS_SAF(9)
23
4
NAME
6skb_frag_address_safe - gets the address of the data contained in a
7paged fragment
8
SYNOPSIS
10void * skb_frag_address_safe(const skb_frag_t * frag);
11
ARGUMENTS
13frag
14the paged fragment buffer
15
DESCRIPTION
17Returns the address of the data within frag. Checks that the page is
18mapped and returns NULL otherwise.
19
COPYRIGHT
21Kernel Hackers Manual 2.6. June 2019 SKB_FRAG_ADDRESS_SAF(9)