2021/10/4

#define PKTLINK(skb)                    (((struct sk_buff*)(skb))->prev)
然後...
        /* queueing chains not allowed and no segmented SKB (Kernel-3.18.y) */
        ASSERT(!((PKTLINK(p) != NULL) && (PKTLINK(p) != p)));

沒有留言:

張貼留言