Linux Kernel Network Programming – struct sk_buff data-structure – skb_trim() API
Refer:skb_trim() – remove end from a buffer ↗ And here is the copy paste of skb_trim() API (/net/core/skbuff.c) from the Kernel-source version 6.5.8 for quick reference: Which points to __skb_trim()…