The Linux TCP/IP protocol stack has a series of protocol callback functions and their registration functions, along with data structures (hash tables, linked lists, arrays) that store these callbacks, which can be quite confusing.
The Linux TCP/IP protocol stack has a series of protocol callback functions and their registration functions, along with data structures (hash tables, linked lists, arrays) that store these callbacks, which can be quite confusing.