Home
last modified time | relevance | path

Searched refs:list_skb (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/net/core/
H A Dskbuff.c1168 struct sk_buff *list_skb; in skb_dump() local
4358 while (list_skb) { in skb_segment_list()
4359 nskb = list_skb; in skb_segment_list()
4360 list_skb = list_skb->next; in skb_segment_list()
4381 nskb->next = list_skb; in skb_segment_list()
4493 if (!list_skb || in skb_segment()
4549 len = list_skb->len; in skb_segment()
4569 frag_skb = list_skb; in skb_segment()
4584 list_skb = list_skb->next; in skb_segment()
4674 frag_skb = list_skb; in skb_segment()
[all …]
H A Ddev.c11266 struct sk_buff **list_skb; in dev_cpu_dead() local
11277 list_skb = &sd->completion_queue; in dev_cpu_dead()
11278 while (*list_skb) in dev_cpu_dead()
11279 list_skb = &(*list_skb)->next; in dev_cpu_dead()
11281 *list_skb = oldsd->completion_queue; in dev_cpu_dead()
/openbmc/linux/net/iucv/
H A Daf_iucv.c1733 struct sk_buff *list_skb; in iucv_callback_txdone() local
1743 skb_queue_walk(list, list_skb) { in iucv_callback_txdone()
1744 if (msg->tag == IUCV_SKB_CB(list_skb)->tag) { in iucv_callback_txdone()
1745 this = list_skb; in iucv_callback_txdone()