The OpenNET Project / Index page

[ новости /+++ | форум | теги | ]

Интерактивная система просмотра системных руководств (man-ов)

 ТемаНаборКатегория 
 
 [Cписок руководств | Печать]

skb_queue_head_init (9)
  • >> skb_queue_head_init (9) ( Linux man: Ядро )
  •  

    NAME

    skb_queue_head_init - prepare an sk_buff_head for use
     
    

    SYNOPSIS

    #include <linux/skbuff.h>
    void skb_queue_head_init(struct sk_buff_head *list);
     

    DESCRIPTION

    The skb_queue_head_init function prepares an sk_buff_head for use by the other skb_ functions, and should be called after declaring and allocating memory for any sk_buff_head elements. Specifically, skb_queue_head_init sets the prev and next pointers of the list to point back at the list itself, and sets the list length to 0. The use of sk_buff_head elements which have not been initialized with this function is undocumented and may produce irregular results.  

    RETURN VALUE

    None.  

    AVAILABILITY

    Linux 1.0+  

    SEE ALSO

    intro(9)

    /usr/src/linux/net/netlink.c /usr/src/linux/net/appletalk/aarp.c /usr/src/linux/net/ipv4/af_inet.c /usr/src/linux/net/ipx/af_ipx.c /usr/src/linux/net/unix/af_unix.c  

    AUTHOR

    Cyrus Durgin <cider@speakeasy.org>


     

    Index

    NAME
    SYNOPSIS
    DESCRIPTION
    RETURN VALUE
    AVAILABILITY
    SEE ALSO
    AUTHOR


    Поиск по тексту MAN-ов: 




    Партнёры:
    PostgresPro
    Inferno Solutions
    Hosting by Hoster.ru
    Хостинг:

    Закладки на сайте
    Проследить за страницей
    Created 1996-2024 by Maxim Chirkov
    Добавить, Поддержать, Вебмастеру