1SKB_FRAG_ADDRESS_SAF(9)        Linux Networking        SKB_FRAG_ADDRESS_SAF(9)
2
3
4

NAME

6       skb_frag_address_safe - gets the address of the data contained in a
7       paged fragment
8

SYNOPSIS

10       void * skb_frag_address_safe(const skb_frag_t * frag);
11

ARGUMENTS

13       frag
14           the paged fragment buffer
15

DESCRIPTION

17       Returns the address of the data within frag. Checks that the page is
18       mapped and returns NULL otherwise.
19
21Kernel Hackers Manual 3.10         June 2019           SKB_FRAG_ADDRESS_SAF(9)
Impressum