October 2017
Intermediate to advanced
586 pages
14h 8m
English
When you deal with NIC devices, there are two data structures that you need to play with:
#include <linux/skbuff.h>
Each packet sent or received is handled using this data structure.
#include <linux/netdevice.h>
Other files that you should include in the code are include/linux/etherdevice.h ...
Read now
Unlock full access