Lines Matching full:transports
377 transport = list_entry(pos, struct sctp_transport, transports); in sctp_association_free()
499 list_del_rcu(&peer->transports); in sctp_assoc_rm_peer()
505 transport = list_entry(pos, struct sctp_transport, transports); in sctp_assoc_rm_peer()
607 /* An UNKNOWN state is only set on transports added by in sctp_assoc_add_peer()
608 * user in sctp_connectx() call. Such transports should be in sctp_assoc_add_peer()
720 list_add_tail_rcu(&peer->transports, &asoc->peer.transport_addr_list); in sctp_assoc_add_peer()
748 transport = list_entry(pos, struct sctp_transport, transports); in sctp_assoc_del_peer()
764 /* Cycle through all transports searching for a peer address. */ in sctp_assoc_lookup_paddr()
767 transports) { in sctp_assoc_lookup_paddr()
775 /* Remove all transports except a give one */
783 transports) { in sctp_assoc_del_nonprimary_peers()
960 /* If not found, go search all the other transports. */ in sctp_assoc_lookup_tsn()
962 transports) { in sctp_assoc_lookup_tsn()
1122 trans = list_entry(pos, struct sctp_transport, transports); in sctp_assoc_update()
1162 transports) in sctp_assoc_update()
1219 * Our basic strategy is to round-robin transports in priorities
1291 for (trans = list_next_entry(trans, transports); 1; in sctp_assoc_update_retran_path()
1292 trans = list_next_entry(trans, transports)) { in sctp_assoc_update_retran_path()
1294 if (&trans->transports == &asoc->peer.transport_addr_list) in sctp_assoc_update_retran_path()
1318 /* Look for the two most recently used active transports. */ in sctp_select_active_and_retran_path()
1320 transports) { in sctp_select_active_and_retran_path()
1321 /* Skip uninteresting transports. */ in sctp_select_active_and_retran_path()
1332 /* For active transports, pick the most recent ones. */ in sctp_select_active_and_retran_path()
1375 /* Set the active and retran transports. */ in sctp_select_active_and_retran_path()
1424 * transports. This routine is called when a transport's PMTU has changed.
1434 /* Get the lowest pmtu of all the transports. */ in sctp_assoc_sync_pmtu()
1435 list_for_each_entry(t, &asoc->peer.transport_addr_list, transports) { in sctp_assoc_sync_pmtu()