1SKB_FCLONE_BUSY(9)             Linux Networking             SKB_FCLONE_BUSY(9)
2
3
4

NAME

6       skb_fclone_busy - check if fclone is busy
7

SYNOPSIS

9       bool skb_fclone_busy(const struct sock * sk,
10                            const struct sk_buff * skb);
11

ARGUMENTS

13       sk
14           -- undescribed --
15
16       skb
17           buffer
18

DESCRIPTION

20       Returns true is skb is a fast clone, and its clone is not freed. Some
21       drivers call skb_orphan in their ndo_start_xmit, so we also check that
22       this didnt happen.
23
25Kernel Hackers Manual 3.10         June 2019                SKB_FCLONE_BUSY(9)
Impressum