Linux Kernel Network Programming – struct sk_buff data-structure – Demo – Fragmented sk_buff
You can check fragmented packets as suggested in the video by tapping RX path in net/core/dev.c – __netif_receive_skb_core() API as shown below from the Kernel-source version 6.5.9: