Home
last modified time | relevance | path

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

/linux/net/core/
H A Dskbuff.c1299 struct sk_buff *list_skb; in skb_dump() local
1391 skb_walk_frags(skb, list_skb) in skb_dump()
1392 skb_dump(level, list_skb, true); in skb_dump()
4637 struct sk_buff *list_skb = skb_shinfo(skb)->frag_list; in skb_segment_list() local
4654 while (list_skb) { in skb_segment_list()
4655 nskb = list_skb; in skb_segment_list()
4656 list_skb = list_skb->next; in skb_segment_list()
4677 nskb->next = list_skb; in skb_segment_list()
4739 struct sk_buff *list_skb = skb_shinfo(head_skb)->frag_list; in skb_segment() local
4759 for (check_skb = list_skb; check_skb; check_skb = check_skb->next) { in skb_segment()
[all …]
H A Ddev.c12654 struct sk_buff **list_skb; in dev_cpu_dead() local
12665 list_skb = &sd->completion_queue; in dev_cpu_dead()
12666 while (*list_skb) in dev_cpu_dead()
12667 list_skb = &(*list_skb)->next; in dev_cpu_dead()
12669 *list_skb = oldsd->completion_queue; in dev_cpu_dead()