Lines Matching refs:size
57 /* sctp_packet_transmit() relies on this to reset size to the
60 packet->size = packet->overhead;
96 packet->size = packet->overhead;
186 pr_debug("%s: packet:%p size:%zu chunk:%p size:%d\n", __func__,
187 packet, packet->size, chunk, chunk->skb ? chunk->skb->len : -1);
226 /* calculate the Padding Data size for the pad chunk */
234 pkt->size += SCTP_PAD4(ntohs(pad->chunk_hdr->length));
374 packet->size += chunk_len;
452 pkt_size = packet->size;
585 if (packet->size > tp->pathmtu && !packet->ipfragok && !chunk->pmtu_probe) {
598 head = alloc_skb((gso ? packet->overhead : packet->size) +
798 psize = packet->size;