搜索资源列表
hook
- netfilter NF_IP_PRE_ROUTING处挂载钩子函数过滤组播广播包并用netlink发送至用户空间-Department mounted hook netfilter NF_IP_PRE_ROUTING Multicast Broadcast packet filtering function and NetLink sent to user space
sk_buff
- linux 网络协议栈SK_BUF的的详细解释和分析-linux network protocol stack for detailed explanation of the SK_BUF and analysis
sk_buff
- Linux sk_buf的学习文档,非常不错,请个位欣赏。-A very useful material for learning linux sk_buf, hope it is helpful to everybody
ip_reasm
- 主要实现报文重组。单个IP报文由帧缓冲区数据结构struct sk_buff描述,其中成员lst用来组织链表结构,iph指向报文中IP首部的起始位置,成员head,end分别用来标识整个数据缓冲区的范围,而data、tail用来标识有效数据缓冲的范围,注意end与tail都是指向范围外的第一个字节。-A single IP packet data structure by the fr a me buffer struct sk_buf
Linux-TCPIP-Socket-Buffer(sk_buff-)
- Linux TCPIP 协议栈的关键数据结构Socket Buffer(sk_buff ).pdf-Linux TCPIP stack of critical data structures Socket Buffer (sk_buff). Pdf
sk_buff
- linux 网络协议栈重要数据接口sk_buff详细说明,对研读linux网络协议栈源码的有很大帮助-linux network stack data interface sk_buff important details of the study the linux network stack source of great help
skbuff
- Routines having to do with the struct sk_buff memory handlers. -Routines having to do with the struct sk_buff memory handlers.
sk_buff
- sk_buff结构体,网络数据包传送,在内核中sk_buff表示一个网络数据包,它是一个双向链表,而链表头就是sk_buff_head,-sk_buff structure, network packet transmission, the kernel sk_buff represents a network packet, which is a doubly linked list, and the list head is sk_
skbuff
- Routines having to do with the struct sk_buff memory handlers. -Routines having to do with the struct sk_buff memory handlers.
nf_conntrack_synproxy
- bool synproxy_parse_options(const struct sk_buff skb, unsigned int doff,.