Scroll to navigation

SKB_SHARED(9) Linux Networking SKB_SHARED(9)

NAME

skb_shared - is the buffer shared

SYNOPSIS

int skb_shared(const struct sk_buff * skb);

ARGUMENTS

const struct sk_buff * skb

buffer to check

DESCRIPTION

Returns true if more than one person has a reference to this buffer.

COPYRIGHT

June 2017 Kernel Hackers Manual 4.11