Lines Matching defs:packet
535 * one packet out.
592 * __sctp_outq_flush_rtx() the packet 'pkt' may contain chunks which
620 * T3-rtx has expired will fit into a single packet, subject
626 * packet to the destination endpoint.
630 * packet of retransmitted data.]
632 * For fast retransmissions we also send only ONE packet. However,
663 /* Attempt to append this chunk to the packet. */
669 /* If this packet did not contain DATA then
679 /* Send this packet. */
683 * send a single packet.
695 /* Send this packet. */
705 /* Send this packet. */
739 * queue that could not fit in the PMTU sized packet, they need
795 struct sctp_packet *packet;
863 ctx->packet = &ctx->transport->packet;
869 sctp_packet_config(ctx->packet,
892 * packet except on carrying an ASCONF Chunk.
925 ctx->packet->vtag = ctx->asoc->c.my_vtag;
931 * send only 1 packet containing these chunks.
959 status = sctp_packet_transmit_chunk(ctx->packet, chunk,
1000 /* Switch transports & prepare the packet. */
1002 ctx->packet = &ctx->transport->packet;
1008 sctp_packet_config(ctx->packet, ctx->asoc->peer.i.init_tag,
1012 error = __sctp_outq_flush_rtx(ctx->q, ctx->packet, rtx_timeout,
1025 if (ctx->packet->has_cookie_echo)
1046 /* Only allow bundling when this packet has a COOKIE-ECHO
1049 if (!ctx->packet || !ctx->packet->has_cookie_echo)
1110 /* Add the chunk to the packet. */
1111 status = sctp_packet_transmit_chunk(ctx->packet, chunk, 0,
1150 if (ctx->packet->has_cookie_echo)
1159 struct sctp_packet *packet;
1165 packet = &t->packet;
1166 if (!sctp_packet_empty(packet)) {
1173 error = sctp_packet_transmit(packet, ctx->gfp);
1199 .packet = NULL,
1207 * SCTP packet. The transmitter MUST transmit DATA chunks
1208 * within a SCTP packet in increasing order of TSN.
1495 * first instance of the packet or a later
1772 /* Is the given TSN acked by this packet? */