Searched refs:skb_cur (Results 1 - 1 of 1) sorted by path

/kernel/
H A Dtaskstats.c133 struct sk_buff *skb_next, *skb_cur = skb; local
148 skb_next = skb_clone(skb_cur, GFP_KERNEL);
152 rc = genlmsg_unicast(&init_net, skb_cur, s->pid);
157 skb_cur = skb_next;
161 if (skb_cur)
162 nlmsg_free(skb_cur);

Completed in 3 milliseconds