Here is my multi-episode video series on evaluation of Rockchip ROC-RK3566-PC from Firefly with stock OpenWRT firmware.
Refer:int ip_local_deliver(struct sk_buff *skb) ↗static inline bool ip_is_fragment(const struct iphdr *iph) ↗int ip_defrag(struct net *net, struct sk_buff *skb, u32 user) ↗static int ip_finish_output(struct net *net, struct sock *sk, struct sk_buff…
/sysfs is one of the most popular kernel to user-space interface which you can leverage to add an interface to your Kernel code such as Kernel modules, Kernel Device Drivers,…
One of the important aspects a beginner who is into Linux Kernel space systems software development has to understand is that unlike user-space C/C++ programming, where you can freely include…
Here is the source code discussed in this video episode Refer:Linux Kernel Source – Documentation/networking/tuntap.txt – Universal TUN/TAP device driver ↗Wiki TUN/TAP ↗