Scroll to navigation

SKB_QUEUE_IS_LAST(9) Linux Networking SKB_QUEUE_IS_LAST(9)

NAME

skb_queue_is_last - check if skb is the last entry in the queue

SYNOPSIS

bool skb_queue_is_last(const struct sk_buff_head * list, const struct sk_buff * skb);

ARGUMENTS

const struct sk_buff_head * list

queue head

const struct sk_buff * skb

buffer

DESCRIPTION

Returns true if skb is the last buffer on the list.

COPYRIGHT

June 2017 Kernel Hackers Manual 4.11