Lines Matching refs:tskb
799 struct sk_buff *tskb;
801 tskb = alloc_skb(0, sk->sk_allocation);
802 while (!tskb) {
810 skb_shinfo(head)->frag_list = tskb;
812 skb->next = tskb;
814 skb = tskb;
970 struct sk_buff *tskb;
972 tskb = alloc_skb(0, sk->sk_allocation);
973 if (!tskb)
977 skb_shinfo(head)->frag_list = tskb;
979 skb->next = tskb;
981 skb = tskb;