Name

skb_frag_address — gets the address of the data contained in a paged fragment

Synopsis

void * skb_frag_address (const skb_frag_t * frag);
 

Arguments

const skb_frag_t * frag

the paged fragment buffer

Description

Returns the address of the data within frag. The page must already be mapped.