1SKB_FRAG_UNREF(9) Linux Networking SKB_FRAG_UNREF(9)
23
4
NAME
6skb_frag_unref - release a reference on a paged fragment of an skb.
7
SYNOPSIS
9void skb_frag_unref(struct sk_buff * skb, int f);
10
ARGUMENTS
12skb
13the buffer
1415
f
16the fragment offset
17
DESCRIPTION
19Releases a reference on the f'th paged fragment of skb.
20
COPYRIGHT
22Kernel Hackers Manual 3.10 June 2019 SKB_FRAG_UNREF(9)