Searched refs:skb_next (Results 1 - 1 of 1) sorted by last modified time

/kernel/
H A Dtaskstats.c133 struct sk_buff *skb_next, *skb_cur = skb; local
146 skb_next = NULL;
148 skb_next = skb_clone(skb_cur, GFP_KERNEL);
149 if (!skb_next)
157 skb_cur = skb_next;

Completed in 23 milliseconds