Searched refs:skb_append (Results 1 – 5 of 5) sorted by relevance
/linux/net/netrom/ |
H A D | nr_subr.c | 76 skb_append(skb_prev, skb, &sk->sk_write_queue); in nr_requeue_frames()
|
/linux/net/lapb/ |
H A D | lapb_subr.c | 77 skb_append(skb_prev, skb, &lapb->write_queue); in lapb_requeue_frames()
|
/linux/net/x25/ |
H A D | x25_subr.c | 81 skb_append(skb_prev, skb, &sk->sk_write_queue); in x25_requeue_frames()
|
/linux/net/rose/ |
H A D | rose_subr.c | 73 skb_append(skb_prev, skb, &sk->sk_write_queue); in rose_requeue_frames()
|
/linux/net/core/ |
H A D | skbuff.c | 3978 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);
|