skb_peek_tail (9) Linux Manual Page
skb_peek_tail – peek at the tail of an sk_buff_head Synopsis struct sk_buff *skb_peek_tail(const 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…
