Tcp Memory Management
Transmit Side
select_size
tcp_alloc_pskb
alloc_skb
tcp_alloc_page
skb_charge
tcp_mem_schedule
tcp_free_skb
sock_wfree
tcp_write_space
tcp_mem_reclaim
wait_for_tcp_memory
Receive Side
tcp_prune_queue
tcp_clamp_window
tcp_collapse_ofo_queue
tcp_collapse
skb_queue_purge
参考资料
- TCP/IP Architecture, Design and Implementation in Linux:Chapter 9
Author Houmin Wei
Publish September 7, 2020
LastMod August 27, 2026
License 本作品采用 CC BY-NC-ND 4.0 许可协议进行许可,转载时请注明原文链接
如果你在浏览博客的过程中发现了任何问题,欢迎在对应文章下评论。如果你有其他事情想要咨询,可以通过邮件联系我。
Linked Mentions