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