全部博文(264)
led子系统(2)
邻居子系统(1)
中断子系统(2)
IP协议栈分析(18)
SKB管理(1)
Linux 路由(15)
Linux 网桥(16)
Linux PPP拨(4)
Linux QOS(28)
Linux netfi(39)
发布时间:2014-02-12 15:50:28
转:http://blog.csdn.net/nerdx/article/details/12656699[cpp] view plaincopy//调用路径:ip_defrag->ip_evictor // 分片重组时,可使用内存上下限: // 1.sysctl_ipfrag_high_thresh&n.........【阅读全文】
发布时间:2014-02-12 15:49:39
转:http://blog.csdn.net/nerdx/article/details/12656597[cpp] view plaincopy//分片子模块初始化函数 // 1.ipq hash 函数的随机因子 // 2.定时器,到期更新随机因子 // &nb.........【阅读全文】
发布时间:2014-02-12 15:48:41
转:http://blog.csdn.net/nerdx/article/details/12624407[cpp] view plaincopy//ip分片 // 快速路径的条件: // 1.skb // &nb.........【阅读全文】
发布时间:2014-02-12 15:47:40
转:http://blog.csdn.net/nerdx/article/details/12613029[cpp] view plaincopy //more = skb_shinfo(skb)->tso_segs,由tcp传递 1.1 static inline void ip_select_ident_more(struct iphdr *iph, struct .........【阅读全文】
发布时间:2014-02-12 15:46:24
转:http://blog.csdn.net/nerdx/article/details/12613029[cpp] view plaincopy//more = skb_shinfo(skb)->tso_segs,由tcp传递 1.1 static inline void ip_select_ident_more(struct iphdr *iph, struct d.........【阅读全文】