1SKB_FCLONE_BUSY(9) Linux Networking SKB_FCLONE_BUSY(9)
23
4
NAME
6skb_fclone_busy - check if fclone is busy
7
SYNOPSIS
9bool skb_fclone_busy(const struct sock * sk,
10const struct sk_buff * skb);
11
ARGUMENTS
13sk
14-- undescribed --
1516
skb
17buffer
18
DESCRIPTION
20Returns true is skb is a fast clone, and its clone is not freed. Some
21drivers call skb_orphan in their ndo_start_xmit, so we also check that
22this didnt happen.
23
COPYRIGHT
25Kernel Hackers Manual 3.10 June 2019 SKB_FCLONE_BUSY(9)