1. NAME

skb_frag_ref - take an addition reference on a paged fragment of an skb.

2. SYNOPSIS

void skb_frag_ref(struct sk_buff *  skb , int  f );

3. ARGUMENTS

skb
    the buffer

f
    the fragment offset.

4. DESCRIPTION

Takes an additional reference on the fAqth paged fragment of skb.

5. COPYRIGHT