Lines Matching refs:sctp_transport
327 struct sctp_transport *transport; in sctp_association_free()
384 transport = list_entry(pos, struct sctp_transport, transports); in sctp_association_free()
430 struct sctp_transport *transport) in sctp_assoc_set_primary()
487 struct sctp_transport *peer) in sctp_assoc_rm_peer()
490 struct sctp_transport *transport; in sctp_assoc_rm_peer()
506 transport = list_entry(pos, struct sctp_transport, transports); in sctp_assoc_rm_peer()
545 struct sctp_transport *active = asoc->peer.active_path; in sctp_assoc_rm_peer()
574 struct sctp_transport *sctp_assoc_add_peer(struct sctp_association *asoc, in sctp_assoc_add_peer()
580 struct sctp_transport *peer; in sctp_assoc_add_peer()
723 struct sctp_transport *transport; in sctp_assoc_del_peer()
726 transport = list_entry(pos, struct sctp_transport, transports); in sctp_assoc_del_peer()
736 struct sctp_transport *sctp_assoc_lookup_paddr( in sctp_assoc_lookup_paddr()
740 struct sctp_transport *t; in sctp_assoc_lookup_paddr()
755 struct sctp_transport *primary) in sctp_assoc_del_nonprimary_peers()
757 struct sctp_transport *temp; in sctp_assoc_del_nonprimary_peers()
758 struct sctp_transport *t; in sctp_assoc_del_nonprimary_peers()
773 struct sctp_transport *transport, in sctp_assoc_control_transport()
913 struct sctp_transport *sctp_assoc_lookup_tsn(struct sctp_association *asoc, in sctp_assoc_lookup_tsn()
916 struct sctp_transport *active; in sctp_assoc_lookup_tsn()
917 struct sctp_transport *match; in sctp_assoc_lookup_tsn()
918 struct sctp_transport *transport; in sctp_assoc_lookup_tsn()
969 struct sctp_transport *sctp_assoc_is_match(struct sctp_association *asoc, in sctp_assoc_is_match()
974 struct sctp_transport *transport; in sctp_assoc_is_match()
1093 struct sctp_transport *trans; in sctp_assoc_update()
1107 trans = list_entry(pos, struct sctp_transport, transports); in sctp_assoc_update()
1215 static u8 sctp_trans_score(const struct sctp_transport *trans) in sctp_trans_score()
1229 static struct sctp_transport *sctp_trans_elect_tie(struct sctp_transport *trans1, in sctp_trans_elect_tie()
1230 struct sctp_transport *trans2) in sctp_trans_elect_tie()
1243 static struct sctp_transport *sctp_trans_elect_best(struct sctp_transport *curr, in sctp_trans_elect_best()
1244 struct sctp_transport *best) in sctp_trans_elect_best()
1268 struct sctp_transport *trans = asoc->peer.retran_path; in sctp_assoc_update_retran_path()
1269 struct sctp_transport *trans_next = NULL; in sctp_assoc_update_retran_path()
1306 struct sctp_transport *trans, *trans_pri = NULL, *trans_sec = NULL; in sctp_select_active_and_retran_path()
1307 struct sctp_transport *trans_pf = NULL; in sctp_select_active_and_retran_path()
1371 struct sctp_transport *
1373 struct sctp_transport *last_sent_to) in sctp_assoc_choose_alter_transport()
1394 struct sctp_transport *t; in sctp_assoc_sync_pmtu()