Lines Matching refs:iskb
1288 struct sk_buff *iskb;
1297 while (tipc_msg_extract(skb, &iskb, &pos))
1298 tipc_data_input(l, iskb, &tmpq);
1335 struct sk_buff *iskb;
1347 if (unlikely(!tipc_msg_extract(skb, &iskb, &ipos))) {
1369 iskb = skb;
1373 seqno = buf_seqno(iskb);
1375 kfree_skb(iskb);
1379 __tipc_skb_queue_sorted(fdefq, seqno, iskb);
1384 if (!tipc_data_input(l, iskb, inputq))
1385 rc |= tipc_link_input(l, iskb, inputq, reasm_skb);
1388 } while ((iskb = __tipc_skb_dequeue(fdefq, l->drop_point)));