发布时间:2014-12-15 15:19:54
这个函数将收到的skb插到ipq结构的fragments碎片包链表中 static void ip_frag_queue(struct ipq *qp, struct sk_buff *skb){ struct sk_buff *prev, *next; int flags, offset; &nbs.........【阅读全文】
发布时间:2014-12-15 15:16:30
static struct sk_buff *ip_frag_reasm(struct ipq *qp, struct net_device *dev){ struct iphdr *iph; struct sk_buff *fp, *head = qp->fragments; int len; &.........【阅读全文】