skb_peek_tail(9) suse man page | unix.com

Man Page: skb_peek_tail

Operating Environment: suse

Section: 9

SKB_PEEK_TAIL(9)						 Linux Networking						  SKB_PEEK_TAIL(9)

NAME
skb_peek_tail - peek at the tail of an sk_buff_head
SYNOPSIS
struct sk_buff * skb_peek_tail(struct sk_buff_head * list_);
ARGUMENTS
list_ list to peek at
DESCRIPTION
Peek an sk_buff. Unlike most other operations you _MUST_ be careful with this one. A peek leaves the buffer on the list and someone else may run off with it. You must hold the appropriate locks or have a private queue to do this. Returns NULL for an empty list or a pointer to the tail element. The reference count is not incremented and the reference is therefore volatile. Use with caution.
COPYRIGHT
Kernel Hackers Manual 2.6. July 2010 SKB_PEEK_TAIL(9)
Related Man Pages
struct_sk_buff(9) - centos
list(3) - debian
queue(3) - opendarwin
queue(9s) - redhat
queue(9s) - bsd
Similar Topics in the Unix Linux Community
Is UNIX an open source OS ?
Cut command on RHEL 6.8 compatibility issues
Update kernel Linux without reboot?!
The Future of the PM (Private Message) System at UNIX.com
32 bit process addressing more than 4GB