Lines Matching defs:transport

377  *    chunk is sent and the destination transport address to which this
553 /* This is our link to the per-transport transmitted list. */
632 struct sctp_transport *transport;
715 /* The packet is destined for this transport address.
717 * layer lives in the transport structure.
719 struct sctp_transport *transport;
747 /* This represents a remote transport address.
748 * For local transport addresses, we just use union sctp_addr.
755 * transport address is defined by the combination of an IP address
796 /* Has this transport moved the ctsn since we last sacked */
815 * For each destination transport address in the peer's
865 /* When was the last time that we heard from this transport? We use
871 * transport? We use this to check for idle transports
880 /* This is the max_retrans value for the transport and will
889 /* This is the partially failed retrans value for the transport
902 /* The number of times INIT has been sent on this transport. */
939 /* We build bundle-able packets for this transport here. */
990 void sctp_transport_reset_reconf_timer(struct sctp_transport *transport);
1102 void sctp_retransmit(struct sctp_outq *q, struct sctp_transport *transport,
1257 * combination of a set of eligible destination transport addresses to
1259 * transport addresses from which SCTP packets can be received.
1260 * All transport addresses used by an SCTP endpoint must use the
1261 * same port number, but can use multiple IP addresses. A transport
1263 * SCTP endpoint. In other words, a transport address is unique
1508 * The transport where the max_rto was observed is returned in
1576 * Peer : A list of SCTP transport addresses that the
1607 * The transport layer port number.
1614 * Path : transport address of the peer endpoint. It
1615 * : may also specify a source transport address
1645 * active destination transport address that is
1651 /* Pointer to last transport I have sent on. */
1654 /* This is the last transport I have received DATA on. */
1772 /* This is the partially failed retrans value for the transport
1807 * PMTU : peer's transport addresses.
2126 struct sctp_transport *transport,