SYNOPSIS
- void * skb_frag_address_safe(const skb_frag_t * frag);
ARGUMENTS
frag
-
- the paged fragment buffer
DESCRIPTION
Returns the address of the data within frag. Checks that the page is mapped and returns NULL otherwise.
COPYRIGHT
frag
Returns the address of the data within frag. Checks that the page is mapped and returns NULL otherwise.