centos man page for __skb_queue_head_init

Query: __skb_queue_head_init

OS: centos

Section: 9

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

__SKB_QUEUE_HEAD_INI(9) 					 Linux Networking					   __SKB_QUEUE_HEAD_INI(9)

NAME
__skb_queue_head_init - initialize non-spinlock portions of sk_buff_head
SYNOPSIS
void __skb_queue_head_init(struct sk_buff_head * list);
ARGUMENTS
list queue to initialize
DESCRIPTION
This initializes only the list and queue length aspects of an sk_buff_head object. This allows to initialize the list aspects of an sk_buff_head without reinitializing things like the spinlock. It can also be used for on-stack sk_buff_head objects where the spinlock is known to not be used.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 __SKB_QUEUE_HEAD_INI(9)
Related Man Pages
struct_input_handler(9) - centos
struct_spi_master(9) - centos
struct_tid_ampdu_tx(9) - centos
pthread_spin_destroy(3) - freebsd
pfdat_hash_locks(5) - hpux
Similar Topics in the Unix Linux Community
CentOS7 restoring file capabilities
Docker learning Phase-I
Unsure why access time on a directory change isn't changing
Controlling user input
[TIP] Processing YAML files with yq