Name
skb_frag_ref —
take an addition reference on a paged fragment of an skb.
Synopsis
void skb_frag_ref ( | struct sk_buff * skb, |
| int f) ; |
Arguments
struct sk_buff * skb
the buffer
int f
the fragment offset.
Description
Takes an additional reference on the f
'th paged fragment of skb
.