Home
last modified time | relevance | path

Searched refs:skb_append (Results 1 – 5 of 5) sorted by relevance

/linux/net/netrom/
H A Dnr_subr.c76 skb_append(skb_prev, skb, &sk->sk_write_queue); in nr_requeue_frames()
/linux/net/lapb/
H A Dlapb_subr.c77 skb_append(skb_prev, skb, &lapb->write_queue); in lapb_requeue_frames()
/linux/net/x25/
H A Dx25_subr.c81 skb_append(skb_prev, skb, &sk->sk_write_queue); in x25_requeue_frames()
/linux/net/rose/
H A Drose_subr.c73 skb_append(skb_prev, skb, &sk->sk_write_queue); in rose_requeue_frames()
/linux/net/core/
H A Dskbuff.c3978 void skb_append(struct sk_buff *old, struct sk_buff *newsk, struct sk_buff_head *list) in skb_append() function
3986 EXPORT_SYMBOL(skb_append);