Home
last modified time | relevance | path

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

/linux/net/core/
H A Dskbuff.c1306 struct sk_buff *list_skb; in skb_dump() local
1399 skb_walk_frags(skb, list_skb) in skb_dump()
1400 skb_dump(level, list_skb, true); in skb_dump()
4643 struct sk_buff *list_skb = skb_shinfo(skb)->frag_list; in skb_segment_list() local
4662 while (list_skb) { in skb_segment_list()
4663 nskb = list_skb; in skb_segment_list()
4664 list_skb = list_skb->next; in skb_segment_list()
4686 nskb->next = list_skb; in skb_segment_list()
4747 struct sk_buff *list_skb = skb_shinfo(head_skb)->frag_list; in skb_segment() local
4767 for (check_skb = list_skb; check_skb; check_skb = check_skb->next) { in skb_segment()
[all …]
H A Ddev.c12689 struct sk_buff **list_skb; in dev_cpu_dead() local
12700 list_skb = &sd->completion_queue; in dev_cpu_dead()
12701 while (*list_skb) in dev_cpu_dead()
12702 list_skb = &(*list_skb)->next; in dev_cpu_dead()
12704 *list_skb = oldsd->completion_queue; in dev_cpu_dead()