Lines Matching refs:sctp_transport

336 	struct sctp_transport *transport;  in sctp_association_free()
396 transport = list_entry(pos, struct sctp_transport, transports); in sctp_association_free()
443 struct sctp_transport *transport) in sctp_assoc_set_primary()
500 struct sctp_transport *peer) in sctp_assoc_rm_peer()
503 struct sctp_transport *transport; in sctp_assoc_rm_peer()
521 transport = list_entry(pos, struct sctp_transport, transports); in sctp_assoc_rm_peer()
566 struct sctp_transport *active = asoc->peer.active_path; in sctp_assoc_rm_peer()
595 struct sctp_transport *sctp_assoc_add_peer(struct sctp_association *asoc, in sctp_assoc_add_peer()
601 struct sctp_transport *peer; in sctp_assoc_add_peer()
749 struct sctp_transport *transport; in sctp_assoc_del_peer()
752 transport = list_entry(pos, struct sctp_transport, transports); in sctp_assoc_del_peer()
762 struct sctp_transport *sctp_assoc_lookup_paddr( in sctp_assoc_lookup_paddr()
766 struct sctp_transport *t; in sctp_assoc_lookup_paddr()
781 struct sctp_transport *primary) in sctp_assoc_del_nonprimary_peers()
783 struct sctp_transport *temp; in sctp_assoc_del_nonprimary_peers()
784 struct sctp_transport *t; in sctp_assoc_del_nonprimary_peers()
799 struct sctp_transport *transport, in sctp_assoc_control_transport()
938 struct sctp_transport *sctp_assoc_lookup_tsn(struct sctp_association *asoc, in sctp_assoc_lookup_tsn()
941 struct sctp_transport *active; in sctp_assoc_lookup_tsn()
942 struct sctp_transport *match; in sctp_assoc_lookup_tsn()
943 struct sctp_transport *transport; in sctp_assoc_lookup_tsn()
1121 struct sctp_transport *trans; in sctp_assoc_update()
1137 trans = list_entry(pos, struct sctp_transport, transports); in sctp_assoc_update()
1240 static u8 sctp_trans_score(const struct sctp_transport *trans) in sctp_trans_score()
1254 static struct sctp_transport *sctp_trans_elect_tie(struct sctp_transport *trans1, in sctp_trans_elect_tie()
1255 struct sctp_transport *trans2) in sctp_trans_elect_tie()
1268 static struct sctp_transport *sctp_trans_elect_best(struct sctp_transport *curr, in sctp_trans_elect_best()
1269 struct sctp_transport *best) in sctp_trans_elect_best()
1293 struct sctp_transport *trans = asoc->peer.retran_path; in sctp_assoc_update_retran_path()
1294 struct sctp_transport *trans_next = NULL; in sctp_assoc_update_retran_path()
1331 struct sctp_transport *trans, *trans_pri = NULL, *trans_sec = NULL; in sctp_select_active_and_retran_path()
1332 struct sctp_transport *trans_pf = NULL; in sctp_select_active_and_retran_path()
1396 struct sctp_transport *
1398 struct sctp_transport *last_sent_to) in sctp_assoc_choose_alter_transport()
1444 struct sctp_transport *t; in sctp_assoc_sync_pmtu()