Lines Matching refs:sctp_transport

315 	struct sctp_transport *transport;  in sctp_association_free()
375 transport = list_entry(pos, struct sctp_transport, transports); in sctp_association_free()
422 struct sctp_transport *transport) in sctp_assoc_set_primary()
481 struct sctp_transport *peer) in sctp_assoc_rm_peer()
483 struct sctp_transport *transport; in sctp_assoc_rm_peer()
503 transport = list_entry(pos, struct sctp_transport, transports); in sctp_assoc_rm_peer()
548 struct sctp_transport *active = asoc->peer.active_path; in sctp_assoc_rm_peer()
581 struct sctp_transport *sctp_assoc_add_peer(struct sctp_association *asoc, in sctp_assoc_add_peer()
586 struct sctp_transport *peer; in sctp_assoc_add_peer()
738 struct sctp_transport *transport; in sctp_assoc_del_peer()
741 transport = list_entry(pos, struct sctp_transport, transports); in sctp_assoc_del_peer()
751 struct sctp_transport *sctp_assoc_lookup_paddr( in sctp_assoc_lookup_paddr()
755 struct sctp_transport *t; in sctp_assoc_lookup_paddr()
770 struct sctp_transport *primary) in sctp_assoc_del_nonprimary_peers()
772 struct sctp_transport *temp; in sctp_assoc_del_nonprimary_peers()
773 struct sctp_transport *t; in sctp_assoc_del_nonprimary_peers()
788 struct sctp_transport *transport, in sctp_assoc_control_transport()
914 struct sctp_transport *sctp_assoc_lookup_tsn(struct sctp_association *asoc, in sctp_assoc_lookup_tsn()
917 struct sctp_transport *active; in sctp_assoc_lookup_tsn()
918 struct sctp_transport *match; in sctp_assoc_lookup_tsn()
919 struct sctp_transport *transport; in sctp_assoc_lookup_tsn()
1097 struct sctp_transport *trans; in sctp_assoc_update()
1113 trans = list_entry(pos, struct sctp_transport, transports); in sctp_assoc_update()
1216 static u8 sctp_trans_score(const struct sctp_transport *trans) in sctp_trans_score()
1230 static struct sctp_transport *sctp_trans_elect_tie(struct sctp_transport *trans1, in sctp_trans_elect_tie()
1231 struct sctp_transport *trans2) in sctp_trans_elect_tie()
1244 static struct sctp_transport *sctp_trans_elect_best(struct sctp_transport *curr, in sctp_trans_elect_best()
1245 struct sctp_transport *best) in sctp_trans_elect_best()
1269 struct sctp_transport *trans = asoc->peer.retran_path; in sctp_assoc_update_retran_path()
1270 struct sctp_transport *trans_next = NULL; in sctp_assoc_update_retran_path()
1307 struct sctp_transport *trans, *trans_pri = NULL, *trans_sec = NULL; in sctp_select_active_and_retran_path()
1308 struct sctp_transport *trans_pf = NULL; in sctp_select_active_and_retran_path()
1372 struct sctp_transport *
1374 struct sctp_transport *last_sent_to) in sctp_assoc_choose_alter_transport()
1420 struct sctp_transport *t; in sctp_assoc_sync_pmtu()