Lines Matching full:destructor
217 * @destructor: Destruct function288 void (*destructor)(struct sk_buff *skb);1062 * destructor function and make the @skb unowned. The buffer continues1067 if (skb->destructor)1068 skb->destructor(skb);1069 skb->destructor = NULL;