skb_header_cloned

Langue: en

Autres versions - même langue

Version: June 2009 (debian - 07/07/09)

Section: 9 (Appels noyau Linux)

NAME

skb_header_cloned - is the header a clone

SYNOPSIS

int skb_header_cloned(const struct sk_buff * skb);

ARGUMENTS

skb

buffer to check

DESCRIPTION

Returns true if modifying the header part of the buffer requires the data to be copied.