深入理解LINUX网络内幕pdf下载pdf下载

深入理解LINUX网络内幕百度网盘pdf下载

作者:
简介:本篇主要提供深入理解LINUX网络内幕pdf下载
出版社:出版集团图书专营店
出版时间:2019-05
pdf下载价格:0.00¥

免费下载


书籍下载


内容介绍

基本信息

  • 商品名称:深入理解LINUX网络内幕(影印版上下)(英文版)
  • 作者:(意)克里斯蒂安·本韦努蒂
  • 定价:178
  • 出版社:东南大学
  • ISBN号:9787564183387

其他参考信息(以实物为准)

  • 出版时间:2019-05-01
  • 印刷时间:2019-05-01
  • 版次:1
  • 印次:1
  • 开本:16开
  • 包装:平装
  • 页数:1035
  • 字数:1322千字

目录

Preface
Part I. General Background
1. Introduction
Basic Terminology
Common Coding Patterns
User-Space Tools
Browsing the Source Code
When a Feature Is Offered as a Patch
2. Critical Data Structures
The Socket Buffer: sk_buff Structure
net_device Structure
Files Mentioned in This Chapter
3. User-Space-to-Kernel Interface
Overview
procfs Versus sysctl
ioctl
Netlink
Serializing Configuration Changes
Part II. System Initialization
4. Notification Chains
Reasons for Notification Chains
Overview
Defining a Chain
Registering with a Chain
Notifying Events on a Chain
Notification Chains for the Networking Subsystems
Tuning via/proc Filesystem
Functions and Variables Featured in This Chapter
Files and Directories Featured in This Chapter
5. Network Device Initialization
System Initialization Overview
Device Registration and Initialization
Basic Goals of NIC Initialization
Interaction Between Devices and Kernel
Initialization Options
Module Options
Initializing the Device Handling Layer: net_dev_init
User-Space Helpers
Virtual Devices
Tuning via/proc Filesystem
Functions and Variables Featured in This Chapter
Files and Directories Featured in This Chapter
6. The PCI Layer and Network Interface Cards
Data Structures Featured in This Chapter
Registering a PCI NIC Device Driver
Power Management and Wake-on-LAN
Example of PCI NIC Driver Registration
The Big Picture
Tuning via/proc Filesystem
Functions and Variables Featured in This Chapter