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

/linux-master/net/core/
H A Dskbuff.c1317 struct sk_buff *list_skb; local
1395 skb_walk_frags(skb, list_skb)
1396 skb_dump(level, list_skb, true);
4503 struct sk_buff *list_skb = skb_shinfo(skb)->frag_list; local
4520 while (list_skb) {
4521 nskb = list_skb;
4522 list_skb = list_skb->next;
4543 nskb->next = list_skb;
4605 struct sk_buff *list_skb local
[all...]
H A Ddev.c11346 struct sk_buff **list_skb; local
11357 list_skb = &sd->completion_queue;
11358 while (*list_skb)
11359 list_skb = &(*list_skb)->next;
11361 *list_skb = oldsd->completion_queue;
/linux-master/net/iucv/
H A Daf_iucv.c1731 struct sk_buff *list_skb; local
1741 skb_queue_walk(list, list_skb) {
1742 if (msg->tag == IUCV_SKB_CB(list_skb)->tag) {
1743 this = list_skb;

Completed in 154 milliseconds