skb_frag_ref(9) take an addition reference on a paged fragment of an skb.

SYNOPSIS

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

ARGUMENTS

skb

the buffer

f

the fragment offset.

DESCRIPTION

Takes an additional reference on the f'th paged fragment of skb.

COPYRIGHT