Lines Matching defs:nskb
414 struct sk_buff *nskb;
421 nskb = head;
427 /* calculate the pkt_size and alloc nskb */
442 nskb = alloc_skb(pkt_size + MAX_HEADER, gfp);
443 if (!nskb)
445 skb_reserve(nskb, packet->overhead + MAX_HEADER);
448 /* merge chunks into nskb and append nskb into head list */
468 skb_tail_pointer(nskb);
470 skb_put_data(nskb, chunk->skb->data, chunk->skb->len);
490 sctp_auth_calculate_hmac(tp->asoc, nskb, auth,
501 sctp_packet_gso_append(head, nskb);