__skb_insert, skb_insert, skb_append - insert an sk_buff into a list
skb_insert and skb_append should be used to add sk_buffs to a list rather than performing this task manually; in addition to performing this task in a standardized way, these functions also provide for interrupt diasabling and prevent list mangling. Both of these functions use the list pointer in old to determine to which list newsk should be attached.
The skb_insert function adds newsk to the list before old.
The skb_append function adds newsk to the list after old.
/usr/src/linux/net/ax25/af_ax25.c /usr/src/linux/net/core/skbuff.c /usr/src/linux/net/ipv4/tcp_input.c /usr/src/linux/net/netrom/nr_in.c
Закладки на сайте Проследить за страницей |
Created 1996-2024 by Maxim Chirkov Добавить, Поддержать, Вебмастеру |