大约有 1,021 项符合查询结果(耗时:0.0025秒) [XML]
【内核源码】linux UDP实现 - 操作系统(内核) - 清泛网 - 专注C/C++及内核技术
...}
return __ip_make_skb(sk, fl4, &queue, &cork); //把queue中所有skb都合并到一个skb及其frag_list中, 并设置好ip头
}
ip_append_data
/*
* ip_append_data() and ip_append_page() can make one large IP datagram
* from many pieces of data. Each pieces will be holded on the socke...