Lines Matching refs:sctp_transport

313 	struct sctp_transport *transport;  in sctp_association_free()
373 transport = list_entry(pos, struct sctp_transport, transports); in sctp_association_free()
420 struct sctp_transport *transport) in sctp_assoc_set_primary()
477 struct sctp_transport *peer) in sctp_assoc_rm_peer()
479 struct sctp_transport *transport; in sctp_assoc_rm_peer()
499 transport = list_entry(pos, struct sctp_transport, transports); in sctp_assoc_rm_peer()
544 struct sctp_transport *active = asoc->peer.active_path; in sctp_assoc_rm_peer()
576 struct sctp_transport *sctp_assoc_add_peer(struct sctp_association *asoc, in sctp_assoc_add_peer()
582 struct sctp_transport *peer; in sctp_assoc_add_peer()
730 struct sctp_transport *transport; in sctp_assoc_del_peer()
733 transport = list_entry(pos, struct sctp_transport, transports); in sctp_assoc_del_peer()
743 struct sctp_transport *sctp_assoc_lookup_paddr( in sctp_assoc_lookup_paddr()
747 struct sctp_transport *t; in sctp_assoc_lookup_paddr()
762 struct sctp_transport *primary) in sctp_assoc_del_nonprimary_peers()
764 struct sctp_transport *temp; in sctp_assoc_del_nonprimary_peers()
765 struct sctp_transport *t; in sctp_assoc_del_nonprimary_peers()
780 struct sctp_transport *transport, in sctp_assoc_control_transport()
919 struct sctp_transport *sctp_assoc_lookup_tsn(struct sctp_association *asoc, in sctp_assoc_lookup_tsn()
922 struct sctp_transport *active; in sctp_assoc_lookup_tsn()
923 struct sctp_transport *match; in sctp_assoc_lookup_tsn()
924 struct sctp_transport *transport; in sctp_assoc_lookup_tsn()
1102 struct sctp_transport *trans; in sctp_assoc_update()
1118 trans = list_entry(pos, struct sctp_transport, transports); in sctp_assoc_update()
1221 static u8 sctp_trans_score(const struct sctp_transport *trans) in sctp_trans_score()
1235 static struct sctp_transport *sctp_trans_elect_tie(struct sctp_transport *trans1, in sctp_trans_elect_tie()
1236 struct sctp_transport *trans2) in sctp_trans_elect_tie()
1249 static struct sctp_transport *sctp_trans_elect_best(struct sctp_transport *curr, in sctp_trans_elect_best()
1250 struct sctp_transport *best) in sctp_trans_elect_best()
1274 struct sctp_transport *trans = asoc->peer.retran_path; in sctp_assoc_update_retran_path()
1275 struct sctp_transport *trans_next = NULL; in sctp_assoc_update_retran_path()
1312 struct sctp_transport *trans, *trans_pri = NULL, *trans_sec = NULL; in sctp_select_active_and_retran_path()
1313 struct sctp_transport *trans_pf = NULL; in sctp_select_active_and_retran_path()
1377 struct sctp_transport *
1379 struct sctp_transport *last_sent_to) in sctp_assoc_choose_alter_transport()
1425 struct sctp_transport *t; in sctp_assoc_sync_pmtu()