Lines Matching defs:transport
264 * We lookup the transport from hashtable at first, then get association
270 struct sctp_transport **transport)
275 *transport = NULL;
288 *transport = t;
328 struct sctp_transport *transport;
379 &transport);
381 chunk->transport = transport;
392 asoc->peer.last_data_from = chunk->transport;
399 if (chunk->transport)
400 chunk->transport->last_time_heard = ktime_get();