Searched refs:sctp_assoc (Results 1 – 5 of 5) sorted by relevance
134 asoc = sctp_assoc(epb); in sctp_seq_dump_local_addrs()316 assoc = sctp_assoc(epb); in sctp_assocs_seq_show()428 assoc = sctp_assoc(epb); in sctp_remaddr_seq_show()
364 sctp_association_put(sctp_assoc(rcvr)); in sctp_backlog_rcv()386 sctp_association_hold(sctp_assoc(rcvr)); in sctp_add_backlog()879 asoc = sctp_assoc(epb); in __sctp_lookup_association()
342 asoc = sctp_assoc(epb); in __sctp_endpoint_lookup_assoc()
123 int sctp_assoc; member255 if (con->sctp_assoc == assoc_id) { in assoc2con()441 con->sctp_assoc = 0; in sctp_init_failed_foreach()567 con->sctp_assoc = 0; in process_sctp_notification()
1936 static inline struct sctp_association *sctp_assoc(struct sctp_ep_common *base) in sctp_assoc() function