Lines Matching defs:packet

535  * one packet out.
589 * __sctp_outq_flush_rtx() the packet 'pkt' may contain chunks which
617 * T3-rtx has expired will fit into a single packet, subject
623 * packet to the destination endpoint.
627 * packet of retransmitted data.]
629 * For fast retransmissions we also send only ONE packet. However,
660 /* Attempt to append this chunk to the packet. */
666 /* If this packet did not contain DATA then
676 /* Send this packet. */
680 * send a single packet.
692 /* Send this packet. */
702 /* Send this packet. */
736 * queue that could not fit in the PMTU sized packet, they need
788 struct sctp_packet *packet;
856 ctx->packet = &ctx->transport->packet;
862 sctp_packet_config(ctx->packet,
885 * packet except on carrying an ASCONF Chunk.
917 ctx->packet->vtag = ctx->asoc->c.my_vtag;
923 * send only 1 packet containing these chunks.
943 status = sctp_packet_transmit_chunk(ctx->packet, chunk,
984 /* Switch transports & prepare the packet. */
986 ctx->packet = &ctx->transport->packet;
992 sctp_packet_config(ctx->packet, ctx->asoc->peer.i.init_tag,
996 error = __sctp_outq_flush_rtx(ctx->q, ctx->packet, rtx_timeout,
1009 if (ctx->packet->has_cookie_echo)
1030 /* Only allow bundling when this packet has a COOKIE-ECHO
1033 if (!ctx->packet || !ctx->packet->has_cookie_echo)
1094 /* Add the chunk to the packet. */
1095 status = sctp_packet_transmit_chunk(ctx->packet, chunk, 0,
1134 if (ctx->packet->has_cookie_echo)
1142 struct sctp_packet *packet;
1148 packet = &t->packet;
1149 if (!sctp_packet_empty(packet)) {
1150 error = sctp_packet_transmit(packet, ctx->gfp);
1176 .packet = NULL,
1184 * SCTP packet. The transmitter MUST transmit DATA chunks
1185 * within a SCTP packet in increasing order of TSN.
1469 * first instance of the packet or a later
1746 /* Is the given TSN acked by this packet? */