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

NAME

6       skb_header_cloned - is the header a clone
7

SYNOPSIS

9       int skb_header_cloned(const struct sk_buff * skb);
10

ARGUMENTS

12       skb
13           buffer to check
14

DESCRIPTION

16       Returns true if modifying the header part of the buffer requires the
17       data to be copied.
18
20Kernel Hackers Manual 3.10         June 2019              SKB_HEADER_CLONED(9)
Impressum