Lines Matching full:transports
375 transport = list_entry(pos, struct sctp_transport, transports); in sctp_association_free()
497 list_del_rcu(&peer->transports); in sctp_assoc_rm_peer()
503 transport = list_entry(pos, struct sctp_transport, transports); in sctp_assoc_rm_peer()
605 /* An UNKNOWN state is only set on transports added by in sctp_assoc_add_peer()
606 * user in sctp_connectx() call. Such transports should be in sctp_assoc_add_peer()
713 list_add_tail_rcu(&peer->transports, &asoc->peer.transport_addr_list); in sctp_assoc_add_peer()
741 transport = list_entry(pos, struct sctp_transport, transports); in sctp_assoc_del_peer()
757 /* Cycle through all transports searching for a peer address. */ in sctp_assoc_lookup_paddr()
760 transports) { in sctp_assoc_lookup_paddr()
768 /* Remove all transports except a give one */
776 transports) { in sctp_assoc_del_nonprimary_peers()
951 /* If not found, go search all the other transports. */ in sctp_assoc_lookup_tsn()
953 transports) { in sctp_assoc_lookup_tsn()
1113 trans = list_entry(pos, struct sctp_transport, transports); in sctp_assoc_update()
1153 transports) in sctp_assoc_update()
1210 * Our basic strategy is to round-robin transports in priorities
1282 for (trans = list_next_entry(trans, transports); 1; in sctp_assoc_update_retran_path()
1283 trans = list_next_entry(trans, transports)) { in sctp_assoc_update_retran_path()
1285 if (&trans->transports == &asoc->peer.transport_addr_list) in sctp_assoc_update_retran_path()
1309 /* Look for the two most recently used active transports. */ in sctp_select_active_and_retran_path()
1311 transports) { in sctp_select_active_and_retran_path()
1312 /* Skip uninteresting transports. */ in sctp_select_active_and_retran_path()
1323 /* For active transports, pick the most recent ones. */ in sctp_select_active_and_retran_path()
1366 /* Set the active and retran transports. */ in sctp_select_active_and_retran_path()
1415 * transports. This routine is called when a transport's PMTU has changed.
1425 /* Get the lowest pmtu of all the transports. */ in sctp_assoc_sync_pmtu()
1426 list_for_each_entry(t, &asoc->peer.transport_addr_list, transports) { in sctp_assoc_sync_pmtu()