Lines Matching refs:pkt_size
412 int pkt_count = 0, pkt_size;
422 pkt_size = packet->size;
427 /* calculate the pkt_size and alloc nskb */
428 pkt_size = packet->overhead;
438 else if (pkt_size + padded > tp->pathmtu)
440 pkt_size += padded;
442 nskb = alloc_skb(pkt_size + MAX_HEADER, gfp);
449 pkt_size -= packet->overhead;
480 pkt_size -= SCTP_PAD4(chunk->skb->len);
485 if (!pkt_size)