Scroll to navigation

__SKB_PEEK(9) Linux Networking __SKB_PEEK(9)

NAME

__skb_peek - peek at the head of a non-empty sk_buff_head

SYNOPSIS

struct sk_buff * __skb_peek(const struct sk_buff_head * list_);

ARGUMENTS

list_

list to peek at

DESCRIPTION

Like skb_peek, but the caller knows that the list is not empty.

COPYRIGHT

June 2023 Kernel Hackers Manual 3.10