Home | History | Annotate | Download | only in linux

Lines Matching refs:old

502  *	If the buffer is shared the buffer is cloned and the old copy
535 * copy of the data, drops a reference count on the old copy and returns
726 extern void skb_insert(struct sk_buff *old, struct sk_buff *newsk, struct sk_buff_head *list);
740 extern void skb_append(struct sk_buff *old, struct sk_buff *newsk, struct sk_buff_head *list);
741 static inline void __skb_append(struct sk_buff *old, struct sk_buff *newsk, struct sk_buff_head *list)
743 __skb_insert(newsk, old, old->next, list);
890 * the old data.
1237 * is returned and the old skb data released.
1249 * is returned and the old skb data released.