Searched refs:lastskb (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/caif/
H A Dcfpkt_skbuff.c182 struct sk_buff *lastskb; local
190 lastskb = skb;
204 if (unlikely(skb_cow_data(skb, addlen, &lastskb) < 0)) {
213 if (lastskb != skb) {
222 to = skb_put(lastskb, len);
238 struct sk_buff *lastskb; local
250 ret = skb_cow_data(skb, 0, &lastskb);
451 struct sk_buff *lastskb; local
457 if (unlikely(skb_cow_data(skb, 0, &lastskb) < 0)) {

Completed in 118 milliseconds