Lines Matching refs:sctp_transport

318 	struct sctp_transport *transport;  in sctp_association_free()
378 transport = list_entry(pos, struct sctp_transport, transports); in sctp_association_free()
425 struct sctp_transport *transport) in sctp_assoc_set_primary()
484 struct sctp_transport *peer) in sctp_assoc_rm_peer()
486 struct sctp_transport *transport; in sctp_assoc_rm_peer()
506 transport = list_entry(pos, struct sctp_transport, transports); in sctp_assoc_rm_peer()
551 struct sctp_transport *active = asoc->peer.active_path; in sctp_assoc_rm_peer()
584 struct sctp_transport *sctp_assoc_add_peer(struct sctp_association *asoc, in sctp_assoc_add_peer()
589 struct sctp_transport *peer; in sctp_assoc_add_peer()
746 struct sctp_transport *transport; in sctp_assoc_del_peer()
749 transport = list_entry(pos, struct sctp_transport, transports); in sctp_assoc_del_peer()
759 struct sctp_transport *sctp_assoc_lookup_paddr( in sctp_assoc_lookup_paddr()
763 struct sctp_transport *t; in sctp_assoc_lookup_paddr()
778 struct sctp_transport *primary) in sctp_assoc_del_nonprimary_peers()
780 struct sctp_transport *temp; in sctp_assoc_del_nonprimary_peers()
781 struct sctp_transport *t; in sctp_assoc_del_nonprimary_peers()
796 struct sctp_transport *transport, in sctp_assoc_control_transport()
924 struct sctp_transport *sctp_assoc_lookup_tsn(struct sctp_association *asoc, in sctp_assoc_lookup_tsn()
927 struct sctp_transport *active; in sctp_assoc_lookup_tsn()
928 struct sctp_transport *match; in sctp_assoc_lookup_tsn()
929 struct sctp_transport *transport; in sctp_assoc_lookup_tsn()
1107 struct sctp_transport *trans; in sctp_assoc_update()
1123 trans = list_entry(pos, struct sctp_transport, transports); in sctp_assoc_update()
1226 static u8 sctp_trans_score(const struct sctp_transport *trans) in sctp_trans_score()
1240 static struct sctp_transport *sctp_trans_elect_tie(struct sctp_transport *trans1, in sctp_trans_elect_tie()
1241 struct sctp_transport *trans2) in sctp_trans_elect_tie()
1254 static struct sctp_transport *sctp_trans_elect_best(struct sctp_transport *curr, in sctp_trans_elect_best()
1255 struct sctp_transport *best) in sctp_trans_elect_best()
1279 struct sctp_transport *trans = asoc->peer.retran_path; in sctp_assoc_update_retran_path()
1280 struct sctp_transport *trans_next = NULL; in sctp_assoc_update_retran_path()
1317 struct sctp_transport *trans, *trans_pri = NULL, *trans_sec = NULL; in sctp_select_active_and_retran_path()
1318 struct sctp_transport *trans_pf = NULL; in sctp_select_active_and_retran_path()
1382 struct sctp_transport *
1384 struct sctp_transport *last_sent_to) in sctp_assoc_choose_alter_transport()
1430 struct sctp_transport *t; in sctp_assoc_sync_pmtu()