Lines Matching defs:nskb
444 struct sk_buff *nskb;
451 nskb = head;
457 /* calculate the pkt_size and alloc nskb */
472 nskb = alloc_skb(pkt_size + MAX_HEADER, gfp);
473 if (!nskb)
475 skb_reserve(nskb, packet->overhead + MAX_HEADER);
478 /* merge chunks into nskb and append nskb into head list */
498 skb_tail_pointer(nskb);
500 skb_put_data(nskb, chunk->skb->data, chunk->skb->len);
520 sctp_auth_calculate_hmac(tp->asoc, nskb, auth,
531 sctp_packet_gso_append(head, nskb);