Lines Matching refs:sctp_transport

316 	struct sctp_transport *transport;  in sctp_association_free()
376 transport = list_entry(pos, struct sctp_transport, transports); in sctp_association_free()
423 struct sctp_transport *transport) in sctp_assoc_set_primary()
482 struct sctp_transport *peer) in sctp_assoc_rm_peer()
484 struct sctp_transport *transport; in sctp_assoc_rm_peer()
504 transport = list_entry(pos, struct sctp_transport, transports); in sctp_assoc_rm_peer()
549 struct sctp_transport *active = asoc->peer.active_path; in sctp_assoc_rm_peer()
582 struct sctp_transport *sctp_assoc_add_peer(struct sctp_association *asoc, in sctp_assoc_add_peer()
587 struct sctp_transport *peer; in sctp_assoc_add_peer()
744 struct sctp_transport *transport; in sctp_assoc_del_peer()
747 transport = list_entry(pos, struct sctp_transport, transports); in sctp_assoc_del_peer()
757 struct sctp_transport *sctp_assoc_lookup_paddr( in sctp_assoc_lookup_paddr()
761 struct sctp_transport *t; in sctp_assoc_lookup_paddr()
776 struct sctp_transport *primary) in sctp_assoc_del_nonprimary_peers()
778 struct sctp_transport *temp; in sctp_assoc_del_nonprimary_peers()
779 struct sctp_transport *t; in sctp_assoc_del_nonprimary_peers()
794 struct sctp_transport *transport, in sctp_assoc_control_transport()
922 struct sctp_transport *sctp_assoc_lookup_tsn(struct sctp_association *asoc, in sctp_assoc_lookup_tsn()
925 struct sctp_transport *active; in sctp_assoc_lookup_tsn()
926 struct sctp_transport *match; in sctp_assoc_lookup_tsn()
927 struct sctp_transport *transport; in sctp_assoc_lookup_tsn()
1105 struct sctp_transport *trans; in sctp_assoc_update()
1121 trans = list_entry(pos, struct sctp_transport, transports); in sctp_assoc_update()
1224 static u8 sctp_trans_score(const struct sctp_transport *trans) in sctp_trans_score()
1238 static struct sctp_transport *sctp_trans_elect_tie(struct sctp_transport *trans1, in sctp_trans_elect_tie()
1239 struct sctp_transport *trans2) in sctp_trans_elect_tie()
1252 static struct sctp_transport *sctp_trans_elect_best(struct sctp_transport *curr, in sctp_trans_elect_best()
1253 struct sctp_transport *best) in sctp_trans_elect_best()
1277 struct sctp_transport *trans = asoc->peer.retran_path; in sctp_assoc_update_retran_path()
1278 struct sctp_transport *trans_next = NULL; in sctp_assoc_update_retran_path()
1315 struct sctp_transport *trans, *trans_pri = NULL, *trans_sec = NULL; in sctp_select_active_and_retran_path()
1316 struct sctp_transport *trans_pf = NULL; in sctp_select_active_and_retran_path()
1380 struct sctp_transport *
1382 struct sctp_transport *last_sent_to) in sctp_assoc_choose_alter_transport()
1428 struct sctp_transport *t; in sctp_assoc_sync_pmtu()