Home | History | Annotate | Download | only in linux

Lines Matching full:destructor

217  *	@destructor: Destruct function
288 void (*destructor)(struct sk_buff *skb);
1062 * destructor function and make the @skb unowned. The buffer continues
1067 if (skb->destructor)
1068 skb->destructor(skb);
1069 skb->destructor = NULL;