sctp_assocs_id    465 include/net/sctp/sctp.h extern struct idr sctp_assocs_id;
sctp_assocs_id    409 net/sctp/associola.c 		idr_remove(&sctp_assocs_id, asoc->assoc_id);
sctp_assocs_id   1632 net/sctp/associola.c 	ret = idr_alloc_cyclic(&sctp_assocs_id, asoc, SCTP_ALL_ASSOC + 1, 0,
sctp_assocs_id     53 net/sctp/protocol.c struct idr sctp_assocs_id;
sctp_assocs_id   1410 net/sctp/protocol.c 	idr_init(&sctp_assocs_id);
sctp_assocs_id    255 net/sctp/socket.c 	asoc = (struct sctp_association *)idr_find(&sctp_assocs_id, (int)id);