skb_peek_next(9) centos man page | unix.com

Man Page: skb_peek_next

Operating Environment: centos

Section: 9

SKB_PEEK_NEXT(9)						 Linux Networking						  SKB_PEEK_NEXT(9)

NAME
skb_peek_next - peek skb following the given one from a queue
SYNOPSIS
struct sk_buff * skb_peek_next(struct sk_buff * skb, const struct sk_buff_head * list_);
ARGUMENTS
skb skb to start from list_ list to peek at
DESCRIPTION
Returns NULL when the end of the list is met or a pointer to the next element. The reference count is not incremented and the reference is therefore volatile. Use with caution.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 SKB_PEEK_NEXT(9)
Related Man Pages
wimax_msg_alloc(9) - suse
cfg80211_testmode_alloc_reply_skb(9) - centos
struct_tid_ampdu_rx(9) - centos
__skb_recv_datagram(9) - suse
struct_sk_buff(9) - suse
Similar Topics in the Unix Linux Community
Best performance UNIX just for HOST Virtualization?
How to increment version inside a file?
DB2 convert digits to binary format
Unsure why access time on a directory change isn't changing
[TIP] Processing YAML files with yq