2014年10月29日 星期三

net_device 結構

出處


内核源码:linux-2.6.38.8.tar.bz2

在Linux系统中,网络设备都被抽象为struct net_device结构体。它是网络设备硬件与上层协议之间联系的接口,了解它对编写网络驱动程序非常有益,所以本文将着手简要介绍linux-2.6.38.8/include/linux/netdevice.h文件中struct net_device结构体的所有成员(没有按照它们定义的顺序)。




SKB(struct sk_buff)数据结构的部分分析

出處
other
http://simohayha.iteye.com/blog/556168
skb function 操作