Lines Matching defs:transport

97 					struct sctp_transport *transport);
583 asoc, chunk->transport);
654 auth.transport = chunk->transport;
1006 struct sctp_transport *transport = (struct sctp_transport *) arg;
1010 reply = sctp_make_heartbeat(asoc, transport);
1018 SCTP_TRANSPORT(transport));
1024 /* Generate a HEARTBEAT packet on the given transport. */
1032 struct sctp_transport *transport = (struct sctp_transport *) arg;
1048 * chunk is sent and the destination transport address to which this
1052 if (transport->param_flags & SPP_HB_ENABLE) {
1058 /* Set transport error counter and association error counter
1062 SCTP_TRANSPORT(transport));
1065 SCTP_TRANSPORT(transport));
1067 SCTP_TRANSPORT(transport));
1080 struct sctp_transport *transport = arg;
1096 sctp_add_cmd_sf(commands, SCTP_CMD_STRIKE, SCTP_TRANSPORT(transport));
1176 * should clear the error counter of the destination transport
1178 * transport address as active if it is not so marked. The endpoint may
1186 * measurement for that destination transport address using the time
1255 "for transport:%p\n", __func__, link);
1262 * destination transport address to which the HEARTBEAT was
1263 * sent and mark the destination transport address as active if
2681 chunk->transport);
2727 struct sctp_transport *transport)
2917 * transport addresses (either in the IP addresses or in the INIT chunk)
2943 /* Set the transport for the SHUTDOWN ACK chunk and the timeout for
3838 /* Reset the transport so that we select the correct one
3840 * accidentally use a stale transport that's been removed.
3842 asconf_ack->transport = NULL;
3855 * and at the transmit time, will try look up the transport to use.
3856 * Since ASCONFs may be bundled, the correct transport may not be
4812 * Format: ASSOCIATE(local SCTP instance name, destination transport addr,
4814 * -> association id [,destination transport addr list] [,outbound stream
4820 * The peer endpoint shall be specified by one of the transport addresses
4836 * complete destination transport addresses of the peer as well as the
4837 * outbound stream count of the local endpoint. One of the transport
4840 * to this peer. The returned "destination transport addr list" can
4842 * sending a packet to a specific transport address. [All of this
4850 * o destination transport addr - specified as one of the transport
4892 /* Choose transport for INIT. */
4921 * [,stream id] [,life time] [,destination transport address]
4949 * initiated to transport (i.e. sent to the destination via SCTP's
4954 * o destination transport address - specified as one of the destination
4955 * transport addresses of the peer endpoint to which this packet
4957 * transport address for sending the packets, instead of the current
5366 * Format: REQUESTHEARTBEAT(association id, destination transport address)
5371 * destination transport address of the given association. The returned
5379 * o destination transport address - the transport address of the
5398 * transport address of a given association.
5401 * the destination transport address each time a HEARTBEAT is sent
5525 /* Set the transport for the SHUTDOWN chunk and the timeout for the
5613 /* Set the transport for the SHUTDOWN ACK chunk and the timeout for
5685 struct sctp_transport *transport = arg;
5730 * destination transport address to which the retransmission
5743 sctp_add_cmd_sf(commands, SCTP_CMD_STRIKE, SCTP_TRANSPORT(transport));
5746 sctp_add_cmd_sf(commands, SCTP_CMD_RETRAN, SCTP_TRANSPORT(transport));
5819 /* Choose transport for INIT. */
5958 * If we remove the transport an SHUTDOWN was last sent to, don't
5965 /* Set the transport for the SHUTDOWN/ACK chunk and the timeout for
5993 struct sctp_transport *transport = chunk->transport;
6001 if (transport)
6003 SCTP_TRANSPORT(transport));
6005 /* Reconfig T4 timer and transport. */
6265 struct sctp_transport *transport;
6314 /* Make a transport for the bucket, Eliza... */
6315 transport = sctp_transport_new(net, sctp_source(chunk), GFP_ATOMIC);
6316 if (!transport)
6319 /* Cache a route for the transport with the chunk's destination as
6322 sctp_transport_route(transport, (union sctp_addr *)&chunk->dest,
6325 packet = &transport->packet;
6326 sctp_packet_init(packet, transport, sport, dport);
6338 sctp_transport_free(packet->transport);