摘要: ip_append_data 接口的使用 ip报文的输出 阅读全文
posted @ 2019-05-11 17:08 codestacklinuxer 阅读(805) 评论(0) 推荐(0)
摘要: ip_push_pending_frames 阅读全文
posted @ 2019-05-11 17:08 codestacklinuxer 阅读(654) 评论(0) 推荐(0)
摘要: ip_forward 阅读全文
posted @ 2019-05-11 17:08 codestacklinuxer 阅读(1103) 评论(0) 推荐(0)
摘要: ip_mc_output ip_output 阅读全文
posted @ 2019-05-11 17:08 codestacklinuxer 阅读(2116) 评论(0) 推荐(0)
摘要: 简要分析ip层收发过程 阅读全文
posted @ 2019-05-11 17:07 codestacklinuxer 阅读(1325) 评论(1) 推荐(0)
摘要: 简要分析了ip_local_deliver()以及ip_forward() 阅读全文
posted @ 2019-05-11 17:07 codestacklinuxer 阅读(1041) 评论(0) 推荐(0)
摘要: 简要介绍ip输入报文的分片重组 阅读全文
posted @ 2019-05-11 17:07 codestacklinuxer 阅读(1672) 评论(0) 推荐(0)
摘要: Ip 报文输出,tcp接口调用 阅读全文
posted @ 2019-05-11 17:07 codestacklinuxer 阅读(1807) 评论(0) 推荐(1)
摘要: 网络设备状态控制 内核模块和用户空间模块获取网络设备的信息状态主要方式有 netdev_chain 通知链 netlink 的RTMGRP_LINK 组播 通知链的事件: 网络设备的启用: ifconfig up cli 最后调用ioctl的SIOCSIFFLAGS 来激活设备。而SIOCSIFFL 阅读全文
posted @ 2019-05-11 17:06 codestacklinuxer 阅读(984) 评论(0) 推荐(0)
摘要: 网络设备中断收包从链路层想三层 传递过程 阅读全文
posted @ 2019-05-11 17:05 codestacklinuxer 阅读(690) 评论(0) 推荐(0)