Query: skb_peek_tail
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SKB_PEEK_TAIL(9) Linux Networking SKB_PEEK_TAIL(9)NAMEskb_peek_tail - peek at the tail of an sk_buff_headSYNOPSISstruct sk_buff * skb_peek_tail(const struct sk_buff_head * list_);ARGUMENTSlist_ list to peek atDESCRIPTIONPeek 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.COPYRIGHTKernel Hackers Manual 3.10 June 2014 SKB_PEEK_TAIL(9)
Related Man Pages |
---|
struct_sk_buff(9) - centos |
struct_sk_buff(9) - suse |
queue(9s) - v7 |
queue(3) - php |
queue(3) - minix |
Similar Topics in the Unix Linux Community |
---|
Is UNIX an open source OS ? |
Weird 'find' results |
DB2 convert digits to binary format |
CentOS7 restoring file capabilities |
Unsure why access time on a directory change isn't changing |