1SKB_FRAG_REF(9) Linux Networking SKB_FRAG_REF(9)
23
4
NAME
6skb_frag_ref - take an addition reference on a paged fragment of an
7skb.
8
SYNOPSIS
10void skb_frag_ref(struct sk_buff * skb, int f);
11
ARGUMENTS
13skb
14the buffer
1516
f
17the fragment offset.
18
DESCRIPTION
20Takes an additional reference on the f'th paged fragment of skb.
21
COPYRIGHT
23Kernel Hackers Manual 3.10 June 2019 SKB_FRAG_REF(9)