Gets the address of the data contained in a paged fragment
void * skb_frag_address(const skb_frag_t * frag);
frag
the paged fragment buffer
Returns the address of the data within frag. The page must already be mapped.