Searched refs:sctp_assoc (Results 1 – 4 of 4) sorted by relevance
130 asoc = sctp_assoc(epb); in sctp_seq_dump_local_addrs()332 assoc = sctp_assoc(epb); in sctp_assocs_seq_show()455 assoc = sctp_assoc(epb); in sctp_remaddr_seq_show()
356 sctp_association_put(sctp_assoc(rcvr)); in sctp_backlog_rcv()378 sctp_association_hold(sctp_assoc(rcvr)); in sctp_add_backlog()867 asoc = sctp_assoc(epb); in __sctp_lookup_association()
348 tmp = sctp_assoc(epb); in __sctp_endpoint_lookup_assoc()
1855 static inline struct sctp_association *sctp_assoc(struct sctp_ep_common *base) in sctp_assoc() function