• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sctp/

Lines Matching defs:packet

476  * one packet out.
533 * sctp_outq_flush_rtx() the packet 'pkt' may contain chunks which
563 * T3-rtx has expired will fit into a single packet, subject
569 * packet to the destination endpoint.
573 * packet of retransmitted data.]
575 * For fast retransmissions we also send only ONE packet. However,
600 /* Attempt to append this chunk to the packet. */
606 /* If this packet did not contain DATA then
616 /* Send this packet. */
620 * send a single packet.
629 /* Send this packet. */
639 /* Send this packet. */
674 * queue that could not fit in the PMTU sized packet, they need
715 struct sctp_packet *packet;
734 packet = NULL;
741 * SCTP packet. The transmitter MUST transmit DATA chunks
742 * within a SCTP packet in increasing order of TSN.
806 packet = &transport->packet;
807 sctp_packet_config(packet, vtag,
831 packet->vtag = asoc->c.my_vtag;
836 * send only 1 packet containing these chunks.
854 status = sctp_packet_transmit_chunk(packet, chunk,
877 /* Only allow bundling when this packet has a COOKIE-ECHO
880 if (!packet || !packet->has_cookie_echo)
900 /* Switch transports & prepare the packet. */
909 packet = &transport->packet;
910 sctp_packet_config(packet, vtag,
913 error = sctp_outq_flush_rtx(q, packet,
922 if (packet->has_cookie_echo)
975 * packet flushed.
982 packet = &transport->packet;
983 sctp_packet_config(packet, vtag,
1005 /* Add the chunk to the packet. */
1006 status = sctp_packet_transmit_chunk(packet, chunk, 0);
1057 if (packet->has_cookie_echo)
1080 packet = &t->packet;
1081 if (!sctp_packet_empty(packet))
1082 error = sctp_packet_transmit(packet);
1371 * first instance of the packet or a later
1721 /* Is the given TSN acked by this packet? */