1SKB_QUEUE_IS_LAST(9) Linux Networking SKB_QUEUE_IS_LAST(9)
23
4
NAME
6skb_queue_is_last - check if skb is the last entry in the queue
7
SYNOPSIS
9bool skb_queue_is_last(const struct sk_buff_head * list,
10const struct sk_buff * skb);
11
ARGUMENTS
13list
14queue head
1516
skb
17buffer
18
DESCRIPTION
20Returns true if skb is the last buffer on the list.
21
COPYRIGHT
23Kernel Hackers Manual 2.6. June 2019 SKB_QUEUE_IS_LAST(9)