Lines Matching refs:overhead
58 * current overhead after sending packets.
60 packet->size = packet->overhead;
88 /* set packet max_size with pathmtu, then calculate overhead */
95 packet->overhead = sctp_mtu_payload(sp, 0, 0);
96 packet->size = packet->overhead;
152 /* The overhead will be calculated by sctp_packet_config() */
153 packet->overhead = 0;
428 pkt_size = packet->overhead;
435 else if (auth_len + padded + packet->overhead >
445 skb_reserve(nskb, packet->overhead + MAX_HEADER);
449 pkt_size -= packet->overhead;
572 head = alloc_skb((gso ? packet->overhead : packet->size) +
576 skb_reserve(head, packet->overhead + MAX_HEADER);
719 packet->overhead - sctp_datachk_len(&chunk->asoc->stream) - 4)
804 maxsize = pmtu - packet->overhead;