Linux Kernel Networking Sub-system – net/core, net/sched, net/socket.c APIs
Refer:kernel.org ↗net/ ↗net/core – core component of Linux Kernel network subsystem ↗net/core/dev.c ↗net/core/dst.c ↗net/core/skbuff.c ↗net/sched – packet scheduler routines ↗net/socket.c – An implementation of the SOCKET network access protocol ↗