1. NAME

skb_frag_unref - release a reference on a paged fragment of an skb.

2. SYNOPSIS

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

3. ARGUMENTS

skb
    the buffer

f
    the fragment offset

4. DESCRIPTION

Releases a reference on the fAqth paged fragment of skb.

5. COPYRIGHT