Lines Matching refs:transports
376 transport = list_entry(pos, struct sctp_transport, transports);
498 list_del_rcu(&peer->transports);
504 transport = list_entry(pos, struct sctp_transport, transports);
606 /* An UNKNOWN state is only set on transports added by
607 * user in sctp_connectx() call. Such transports should be
719 list_add_tail_rcu(&peer->transports, &asoc->peer.transport_addr_list);
747 transport = list_entry(pos, struct sctp_transport, transports);
763 /* Cycle through all transports searching for a peer address. */
766 transports) {
774 /* Remove all transports except a give one */
782 transports) {
959 /* If not found, go search all the other transports. */
961 transports) {
1121 trans = list_entry(pos, struct sctp_transport, transports);
1161 transports)
1218 * Our basic strategy is to round-robin transports in priorities
1290 for (trans = list_next_entry(trans, transports); 1;
1291 trans = list_next_entry(trans, transports)) {
1293 if (&trans->transports == &asoc->peer.transport_addr_list)
1317 /* Look for the two most recently used active transports. */
1319 transports) {
1320 /* Skip uninteresting transports. */
1331 /* For active transports, pick the most recent ones. */
1374 /* Set the active and retran transports. */
1423 * transports. This routine is called when a transport's PMTU has changed.
1433 /* Get the lowest pmtu of all the transports. */
1434 list_for_each_entry(t, &asoc->peer.transport_addr_list, transports) {