Query: skb_peek_next
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SKB_PEEK_NEXT(9) Linux Networking SKB_PEEK_NEXT(9)NAMEskb_peek_next - peek skb following the given one from a queueSYNOPSISstruct sk_buff * skb_peek_next(struct sk_buff * skb, const struct sk_buff_head * list_);ARGUMENTSskb skb to start from list_ list to peek atDESCRIPTIONReturns 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.COPYRIGHTKernel Hackers Manual 3.10 June 2014 SKB_PEEK_NEXT(9)
Related Man Pages |
---|
struct_ieee80211_tx_rate_control(9) - centos |
struct_sk_buff(9) - centos |
vconfig(8) - suse |
ieee80211_get_buffered_bc(9) - suse |
struct_sk_buff(9) - suse |
Similar Topics in the Unix Linux Community |
---|
Weird 'find' results |
Set hard block limit for user using quota |
Best performance UNIX just for HOST Virtualization? |
Tar Command |
CentOS 6 ran out of space, need to reclaim it |