Lines Matching defs:transport

381  *    chunk is sent and the destination transport address to which this
559 /* This is our link to the per-transport transmitted list. */
638 struct sctp_transport *transport;
722 /* The packet is destined for this transport address.
724 * layer lives in the transport structure.
726 struct sctp_transport *transport;
754 /* This represents a remote transport address.
755 * For local transport addresses, we just use union sctp_addr.
762 * transport address is defined by the combination of an IP address
803 /* Has this transport moved the ctsn since we last sacked */
822 * For each destination transport address in the peer's
873 /* When was the last time that we heard from this transport? We use
879 * transport? We use this to check for idle transports
890 /* This is the max_retrans value for the transport and will
899 /* This is the partially failed retrans value for the transport
912 /* The number of times INIT has been sent on this transport. */
952 /* We build bundle-able packets for this transport here. */
1011 void sctp_transport_reset_reconf_timer(struct sctp_transport *transport);
1012 void sctp_transport_reset_probe_timer(struct sctp_transport *transport);
1013 void sctp_transport_reset_raise_timer(struct sctp_transport *transport);
1125 void sctp_retransmit(struct sctp_outq *q, struct sctp_transport *transport,
1277 * combination of a set of eligible destination transport addresses to
1279 * transport addresses from which SCTP packets can be received.
1280 * All transport addresses used by an SCTP endpoint must use the
1281 * same port number, but can use multiple IP addresses. A transport
1283 * SCTP endpoint. In other words, a transport address is unique
1532 * The transport where the max_rto was observed is returned in
1600 * Peer : A list of SCTP transport addresses that the
1631 * The transport layer port number.
1638 * Path : transport address of the peer endpoint. It
1639 * : may also specify a source transport address
1669 * active destination transport address that is
1675 /* Pointer to last transport I have sent on. */
1678 /* This is the last transport I have received DATA on. */
1795 /* This is the partially failed retrans value for the transport
1833 * PMTU : peer's transport addresses.
2162 struct sctp_transport *transport,