Lines Matching refs:iskb
1324 struct sk_buff *iskb;
1333 while (tipc_msg_extract(skb, &iskb, &pos))
1334 tipc_data_input(l, iskb, &tmpq);
1371 struct sk_buff *iskb;
1383 if (unlikely(!tipc_msg_extract(skb, &iskb, &ipos))) {
1405 iskb = skb;
1409 seqno = buf_seqno(iskb);
1411 kfree_skb(iskb);
1415 __tipc_skb_queue_sorted(fdefq, seqno, iskb);
1420 if (!tipc_data_input(l, iskb, inputq))
1421 rc |= tipc_link_input(l, iskb, inputq, reasm_skb);
1424 } while ((iskb = __tipc_skb_dequeue(fdefq, l->drop_point)));