Home
last modified time | relevance | path

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

/linux/net/core/
H A Dskbuff.c1315 struct sk_buff *list_skb; in skb_dump() local
1408 skb_walk_frags(skb, list_skb) in skb_dump()
1409 skb_dump(level, list_skb, true); in skb_dump()
4691 struct sk_buff *list_skb = skb_shinfo(skb)->frag_list; in skb_segment_list()
4710 while (list_skb) { in skb_segment_list()
4711 nskb = list_skb; in skb_segment_list()
4712 list_skb = list_skb->next; in skb_segment_list()
4734 nskb->next = list_skb; in skb_segment_list()
4795 struct sk_buff *list_skb in skb_segment()
4678 struct sk_buff *list_skb = skb_shinfo(skb)->frag_list; skb_segment_list() local
4782 struct sk_buff *list_skb = skb_shinfo(head_skb)->frag_list; skb_segment() local
[all...]
H A Ddev.c12891 struct sk_buff **list_skb; in dev_cpu_dead() local
12902 list_skb = &sd->completion_queue; in dev_cpu_dead()
12903 while (*list_skb) in dev_cpu_dead()
12904 list_skb = &(*list_skb)->next; in dev_cpu_dead()
12906 *list_skb = oldsd->completion_queue; in dev_cpu_dead()
/linux/net/iucv/
H A Daf_iucv.c1762 struct sk_buff *list_skb; in iucv_callback_txdone() local
1772 skb_queue_walk(list, list_skb) { in iucv_callback_txdone()
1773 if (msg->tag == IUCV_SKB_CB(list_skb)->tag) { in iucv_callback_txdone()
1774 this = list_skb; in iucv_callback_txdone()