Man Page: __skb_queue_head_init
Operating Environment: centos
Section: 9
__SKB_QUEUE_HEAD_INI(9) Linux Networking __SKB_QUEUE_HEAD_INI(9)NAME__skb_queue_head_init - initialize non-spinlock portions of sk_buff_headSYNOPSISvoid __skb_queue_head_init(struct sk_buff_head * list);ARGUMENTSlist queue to initializeDESCRIPTIONThis 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.COPYRIGHTKernel Hackers Manual 3.10 June 2014 __SKB_QUEUE_HEAD_INI(9)
| Related Man Pages |
|---|
| usb_poison_urb(9) - centos |
| struct_input_handler(9) - centos |
| wait_event_interruptible_exclusive_locked_irq(9) - centos |
| pthread_spin_destroy(3) - freebsd |
| struct_sta_info(9) - suse |
| Similar Topics in the Unix Linux Community |
|---|
| Is UNIX an open source OS ? |
| Set hard block limit for user using quota |
| DB2 convert digits to binary format |
| Shopt -s histappend |
| Controlling user input |