1. NAME

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

2. SYNOPSIS

void * skb_frag_address(const skb_frag_t *  frag );

3. ARGUMENTS

frag
    the paged fragment buffer

4. DESCRIPTION

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

5. COPYRIGHT